diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d41cc1..f50c758 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function SitePage() { logoText="Zapah" description="Discover the art of fragrance with Zapah, where every scent tells a unique story. Handcrafted perfumes designed to evoke emotion and elevate your presence." buttons={[{ text: "Explore Collection", href: "#products" }, { text: "Our Story", href: "#about" }]} - background={{ variant: 'noiseDiagonalGradient' }} + background={{ variant: 'sparkles-gradient' }} imageSrc="https://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg" imageAlt="Elegant perfume bottles in soft, golden light" mediaAnimation="blur-reveal" @@ -154,7 +154,7 @@ export default function SitePage() { text="Ready to discover your signature scent? Contact us for personalized recommendations or any inquiries." animationType="reveal-blur" buttons={[{ text: "Get in Touch", href: "#contact" }]} - background={{ variant: 'noiseDiagonalGradient' }} + background={{ variant: 'sparkles-gradient' }} useInvertedBackground={false} contentClassName="text-center" textClassName="text-3xl md:text-4xl lg:text-5xl font-semibold leading-tight" @@ -166,8 +166,8 @@ export default function SitePage() {