From 52c6ef419b81e46ebefc3dda452f0c88a55f3524 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:32:55 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++------------------------------------------ 1 file changed, 7 insertions(+), 52 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef205a5..4c6234a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,13 @@ export default function LandingPage() { @@ -49,8 +48,8 @@ export default function LandingPage() { tag="Premium Flowers" tagIcon={Sparkles} buttons={[ - { text: "Shop Now", href: "#products" }, - { text: "Learn More", href: "#about" }, + { text: "Shop Now", href: "/products" }, + { text: "View Pricing", href: "/pricing" }, ]} carouselItems={[ { @@ -104,7 +103,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground="noInvert" buttons={[ - { text: "View All Collections", href: "#products" }, + { text: "View All Collections", href: "/products" }, ]} /> @@ -175,50 +174,6 @@ export default function LandingPage() { /> -
- -
-
Date: Thu, 29 Jan 2026 16:32:56 +0000 Subject: [PATCH 2/3] Add src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/app/pricing/page.tsx diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..73240bb --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,98 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Sparkles, Leaf, Heart } from 'lucide-react'; + +export default function PricingPage() { + return ( + +
+ + +
+ +
+ + +
+
+ ); +} From adf94618cbf2ae9088ce14928cd959bfe91f0fcd Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:32:57 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 91bea81..0bfe2e2 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -66,8 +66,7 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "contact" }, ]} button={{