Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-02-25 08:25:51 +00:00
3 changed files with 58 additions and 58 deletions

View File

@@ -95,10 +95,10 @@ export default function LandingPage() {
title: "Botanical Innovation", description: "Hand-selected extracts from rare botanical sources, combined with cutting-edge peptide technology for maximum efficacy.", icon: Leaf,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=1", imageAlt: "Natural botanical ingredients"
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Natural botanical ingredients"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=1", imageAlt: "Luxury formulation process"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Luxury formulation process"
}
]
},
@@ -106,10 +106,10 @@ export default function LandingPage() {
title: "Clinically Tested Results", description: "Every product undergoes rigorous dermatological testing with visible results in as little as 7 days of consistent use.", icon: CheckCircle,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=2", imageAlt: "Clinical testing results"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Clinical testing results"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=2", imageAlt: "Quality assurance"
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Quality assurance"
}
]
},
@@ -117,10 +117,10 @@ export default function LandingPage() {
title: "Eco-Conscious Luxury", description: "Sustainable packaging, cruelty-free formulations, and carbon-neutral production. Luxury that respects our planet.", icon: Leaf,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=3", imageAlt: "Sustainable packaging"
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Sustainable packaging"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=3", imageAlt: "Eco-friendly production"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Eco-friendly production"
}
]
}
@@ -167,7 +167,7 @@ export default function LandingPage() {
id: "1", title: "My Skin Has Never Felt More Radiant", quote: "After just three weeks of using the Radiance Renewal Serum, my skin texture transformed completely. The glow is undeniable, and the ingredients feel so luxurious on my skin.", name: "Eleanor Mitchell", role: "Beauty Editor, Vogue", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Eleanor Mitchell"
},
{
id: "2", title: "Worth Every Penny", quote: "I've tried countless expensive serums, but this is the first one that actually delivers on its promises. My dermatologist was impressed with my skin's improvements.", name: "Victoria Chen", role: "Skincare Specialist", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Victoria Chen"
id: "2", title: "Worth Every Penny", quote: "I've tried countless expensive serums, but this is the first one that actually delivers on its promises. My dermatologist was impressed with my skin's improvements.", name: "Victoria Chen", role: "Skincare Specialist", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Chen"
},
{
id: "3", title: "A Ritual Worth Treasuring", quote: "Using these products feels like a spa experience every morning and night. The packaging is beautiful, the scent is divine, and my skin has never looked better.", name: "Sophie Laurent", role: "Fashion & Lifestyle Blogger", imageSrc: "https://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Sophie Laurent"
@@ -179,7 +179,7 @@ export default function LandingPage() {
id: "5", title: "The Best Investment in My Skin", quote: "Luxury skincare doesn't have to be complicated. This collection simplified my routine while elevating my results. I recommend it to everyone.", name: "Isabelle Moreau", role: "Aesthetic Consultant", imageSrc: "https://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Isabelle Moreau"
},
{
id: "6", title: "Finally, Results That Match the Price", quote: "I've spent small fortunes on skincare. This is the first line where I can honestly say the quality, efficacy, and luxury justify the investment entirely.", name: "Natasha Volkov", role: "Executive, Beauty Industry", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Natasha Volkov"
id: "6", title: "Finally, Results That Match the Price", quote: "I've spent small fortunes on skincare. This is the first line where I can honestly say the quality, efficacy, and luxury justify the investment entirely.", name: "Natasha Volkov", role: "Executive, Beauty Industry", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Natasha Volkov"
}
]}
textboxLayout="default"

View File

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

View File

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