From 4e644b57c032472525d8bac3532256333cee8e54 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:12:35 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" } ] } ]} -- 2.49.1 From 9fa2a28976c9ea8bd94c3446447a756cb4c067c5 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:13:59 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3ed4c9..e072256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,7 +176,7 @@ export default function MagnoliaPage() { { title: "Shop", items: [ { label: "Featured Collections", href: "#products" }, - { label: "Custom Arrangements", href: "#footer" }, + { label: "Custom Arrangements", href: "#contact" }, { 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: "#footer" } + { label: "Careers", href: "#contact" } ] }, { title: "Support", items: [ { label: "FAQ", href: "#faq" }, - { label: "Contact Us", href: "#footer" }, - { label: "Delivery Info", href: "#footer" } + { label: "Contact Us", href: "#contact" }, + { label: "Delivery Info", href: "#contact" } ] } ]} -- 2.49.1 From 1a3b2732a8e4f4da49841c750161698ce78b8991 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:18:07 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e072256..c867f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroOverlay from "@/components/sections/hero/HeroOverlay"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function MagnoliaPage() { return ( -- 2.49.1