diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ce5f5e..e3ed4c9 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 NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; @@ -28,11 +28,11 @@ export default function MagnoliaPage() { @@ -106,7 +106,7 @@ export default function MagnoliaPage() { gridVariant="four-items-2x2-equal-grid" animationType="scale-rotate" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -144,7 +144,7 @@ export default function MagnoliaPage() { sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our services" textPosition="left" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="smooth" faqs={[ { @@ -176,7 +176,7 @@ export default function MagnoliaPage() { { title: "Shop", items: [ { label: "Featured Collections", href: "#products" }, - { label: "Custom Arrangements", href: "#contact" }, + { label: "Custom Arrangements", href: "#footer" }, { label: "Seasonal Specials", href: "#products" } ] }, @@ -184,14 +184,14 @@ export default function MagnoliaPage() { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Our Story", href: "#about" }, - { label: "Careers", href: "#contact" } + { label: "Careers", href: "#footer" } ] }, { title: "Support", items: [ { label: "FAQ", href: "#faq" }, - { label: "Contact Us", href: "#contact" }, - { label: "Delivery Info", href: "#contact" } + { label: "Contact Us", href: "#footer" }, + { label: "Delivery Info", href: "#footer" } ] } ]}