Merge version_1 into main #3
@@ -92,13 +92,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Products", "id": "products" },
|
||||
{ "name": "Benefits", "id": "features" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "Contact", "id": "contact" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Luxe Botanics"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -110,9 +110,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ "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": "#" }] }
|
||||
{ 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."
|
||||
/>
|
||||
@@ -140,13 +140,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Products", "id": "products" },
|
||||
{ "name": "Benefits", "id": "features" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "Contact", "id": "contact" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Luxe Botanics"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -166,9 +166,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ "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": "#" }] }
|
||||
{ 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."
|
||||
/>
|
||||
@@ -195,13 +195,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Products", "id": "products" },
|
||||
{ "name": "Benefits", "id": "features" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "Contact", "id": "contact" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Luxe Botanics"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -246,9 +246,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ "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": "#" }] }
|
||||
{ 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."
|
||||
/>
|
||||
|
||||
@@ -35,13 +35,13 @@ function ShopPageContent() {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Products", "id": "products" },
|
||||
{ "name": "Benefits", "id": "features" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "Contact", "id": "contact" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Luxe Botanics"
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
@@ -53,9 +53,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ "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": "#" }] }
|
||||
{ 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."
|
||||
/>
|
||||
@@ -82,13 +82,13 @@ function ShopPageContent() {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "/" },
|
||||
{ "name": "About", "id": "about" },
|
||||
{ "name": "Products", "id": "products" },
|
||||
{ "name": "Benefits", "id": "features" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "Contact", "id": "contact" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Luxe Botanics"
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
@@ -108,9 +108,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ "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": "#" }] }
|
||||
{ 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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user