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." /> 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." />