Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 08:25:47 +00:00
parent 1fd38ae412
commit fd0f99237f

View File

@@ -35,13 +35,13 @@ function ShopPageContent() {
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{"name":"Home","id":"/"}, { "name": "Home", "id": "/" },
{"name":"About","id":"about"}, { "name": "About", "id": "about" },
{"name":"Products","id":"products"}, { "name": "Products", "id": "products" },
{"name":"Benefits","id":"features"}, { "name": "Benefits", "id": "features" },
{"name":"Testimonials","id":"testimonials"}, { "name": "Testimonials", "id": "testimonials" },
{"name":"Contact","id":"contact"}, { "name": "Contact", "id": "contact" },
{"name":"Shop","id":"/shop"} { "name": "Shop", "id": "/shop" }
]} ]}
brandName="Luxe Botanics" brandName="Luxe Botanics"
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -53,9 +53,9 @@ function ShopPageContent() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{"title":"Shop","items":[{"label":"All Products","href":"products"},{"label":"Serums","href":"#"},{"label":"Moisturizers","href":"#"},{"label":"Masks & Treatments","href":"#"}]}, { "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": "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":"#"}]} { "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." copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury."
/> />
@@ -82,13 +82,13 @@ function ShopPageContent() {
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{"name":"Home","id":"/"}, { "name": "Home", "id": "/" },
{"name":"About","id":"about"}, { "name": "About", "id": "about" },
{"name":"Products","id":"products"}, { "name": "Products", "id": "products" },
{"name":"Benefits","id":"features"}, { "name": "Benefits", "id": "features" },
{"name":"Testimonials","id":"testimonials"}, { "name": "Testimonials", "id": "testimonials" },
{"name":"Contact","id":"contact"}, { "name": "Contact", "id": "contact" },
{"name":"Shop","id":"/shop"} { "name": "Shop", "id": "/shop" }
]} ]}
brandName="Luxe Botanics" brandName="Luxe Botanics"
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -108,9 +108,9 @@ function ShopPageContent() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{"title":"Shop","items":[{"label":"All Products","href":"products"},{"label":"Serums","href":"#"},{"label":"Moisturizers","href":"#"},{"label":"Masks & Treatments","href":"#"}]}, { "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": "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":"#"}]} { "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." copyrightText="© 2025 Luxe Botanics. All rights reserved. Crafted with purpose, delivered with luxury."
/> />