Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 08:31:05 +00:00
parent 65e264f114
commit 539483ae1c

View File

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