From 65e264f1145174bf3392933951192d4006aa7dc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 08:31:05 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 06f52e9..83e5140 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -113,7 +113,7 @@ function ProductPageContent({ params }: ProductPageProps) { { title: "Shop", items: [{ label: "All Products", href: "products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Masks & Treatments", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Story", href: "#" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } - ] + ]} copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury." /> @@ -169,7 +169,7 @@ function ProductPageContent({ params }: ProductPageProps) { { title: "Shop", items: [{ label: "All Products", href: "products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Masks & Treatments", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Story", href: "#" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } - ] + ]} copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury." /> @@ -249,7 +249,7 @@ function ProductPageContent({ params }: ProductPageProps) { { title: "Shop", items: [{ label: "All Products", href: "products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Masks & Treatments", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Story", href: "#" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } - ] + ]} copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury." /> -- 2.49.1 From 539483ae1c449da66d49be0d1be8b3e3f48a952a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 08:31:05 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e612e5b..f8d564a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -56,7 +56,7 @@ function ShopPageContent() { { title: "Shop", items: [{ label: "All Products", href: "products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Masks & Treatments", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Story", href: "#" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } - ] + ]} copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury." /> @@ -111,7 +111,7 @@ function ShopPageContent() { { title: "Shop", items: [{ label: "All Products", href: "products" }, { label: "Serums", href: "#" }, { label: "Moisturizers", href: "#" }, { label: "Masks & Treatments", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "about" }, { label: "Our Story", href: "#" }, { label: "Sustainability", href: "#" }, { label: "Careers", href: "#" }] }, { title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "FAQ", href: "faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } - ] + ]} copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury." /> -- 2.49.1