From d34f4f0c80bb2258de7571e0886c2fac2daf6eb2 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:51 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d9d8c5e..b9d9803 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} /> @@ -63,7 +63,7 @@ export default function BlogPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] From 4218a576ab793614722803759fddd6a933ae439f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:51 +0000 Subject: [PATCH 2/4] 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 933e973..da98515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function LandingPage() { @@ -52,7 +52,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Shop Flowers", href: "products" }, + { text: "Shop Flowers", href: "/shop" }, { text: "Learn More", href: "about" } ]} /> @@ -211,7 +211,7 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] From 7e88caea9bcb08e80913d4fa8924d5e4e27110b2 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:52 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e059ae2..4ee4d67 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,12 +86,12 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -102,7 +102,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] @@ -148,12 +148,12 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] @@ -217,12 +217,12 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -266,7 +266,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] From 977d604070492749bd1dbb8469140cc24028f641 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 12:47:53 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d33bb43..14c702d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,12 +36,12 @@ export default function ShopPage() { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -52,7 +52,7 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ] @@ -97,12 +97,12 @@ export default function ShopPage() { brandName="Alisa" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} />
@@ -121,7 +121,7 @@ export default function ShopPage() { columns={[ { items: [ - { label: "Shop Flowers", href: "products" }, + { label: "Shop Flowers", href: "/shop" }, { label: "About Us", href: "about" }, { label: "Testimonials", href: "testimonials" } ]