We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9858 commit cbdddd6Copy full SHA for cbdddd6
1 file changed
client/src/components/Patient/PatientDashboard/HeroSection.jsx
@@ -18,15 +18,6 @@ const HeroSection = ({ onPillHover }) => {
18
19
return (
20
<div className="relative min-h-[550px] overflow-hidden bg-gradient-to-br from-blue-600 via-blue-500 to-cyan-500 px-8 py-12 md:py-16 lg:py-20">
21
- <div
22
- className="absolute inset-0 opacity-10"
23
- style={{
24
- backgroundSize: 'cover',
25
- backgroundPosition: 'center',
26
- backgroundRepeat: 'no-repeat',
27
- }}
28
- />
29
-
30
{/* Gradient overlay for better text readability */}
31
<div className="absolute inset-0 bg-gradient-to-br from-blue-600/80 via-blue-500/70 to-cyan-500/80" />
32
0 commit comments