We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3cb55 commit 396742dCopy full SHA for 396742d
src/app/(frontend)/components/home/Hero.tsx
@@ -32,7 +32,7 @@ const Hero = ({ content }: HeroProps) => {
32
return (
33
<section className="relative min-h-[45vh] md:min-h-screen overflow-hidden">
34
{/* Background Image */}
35
- <motion.div className="absolute inset-0 z-0 will-change-transform" style={{ y }}>
+ <motion.div className="absolute inset-0 z-0 will-change-transform md:h-full h-[45vh]" style={{ y }}>
36
{typeof content.background === "object" && content.background?.url && (
37
<Image
38
src={content.background.url}
0 commit comments