diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c5c01f..6795cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -47,7 +47,7 @@ export default function LandingPage() { description="Handpicked blooms delivered fresh to your doorstep. Celebrate every moment with nature's finest arrangements." tag="Premium Florals" tagIcon={Flower2} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Elegant rose bouquet arrangement" @@ -180,7 +180,7 @@ export default function LandingPage() { title="Get Special Offers & Seasonal Collections" description="Subscribe to our newsletter to receive exclusive discounts, seasonal flower arrangements, and florist tips delivered to your inbox." tagIcon={Mail} - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} useInvertedBackground="noInvert" inputPlaceholder="Enter your email" buttonText="Subscribe"