Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-08 16:23:38 +00:00

View File

@@ -25,179 +25,132 @@ export default function LandingPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Collection", id: "products"},
{
name: "Our Story", id: "about"},
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
]}
brandName="SOPHIE FOLIES"
button={{
text: "Book Styling", href: "#contact"}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Collection", id: "products" },
{ name: "Our Story", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="SOPHIE FOLIES"
button={{ text: "Book Styling", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient"}}
title="LÉlégance en Mouvement, La Folie en Partage."
description="Step into Sophies curated \"Caverne d'Ali Baba.\" Where high-end fashion meets the warmth of a personal stylist."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg", alt: "stylish mature woman boutique customer"},
{
src: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", alt: "trendy boutique customer portrait"},
{
src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg", alt: "friendly boutique shopper portrait"},
{
src: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg", alt: "elegant boutique client portrait"},
{
src: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg", alt: "woman laughing in luxury boutique"},
]}
avatarText="Join our fashion community"
buttons={[
{
text: "Explore Collection", href: "#products"},
{
text: "Book Styling", href: "#contact"},
]}
marqueeItems={[
{
type: "text", text: "Vibrant Luxury"},
{
type: "text", text: "Chic Editorial"},
{
type: "text", text: "Personalized Styling"},
{
type: "text", text: "Mediterranean Warmth"},
{
type: "text", text: "Curated Treasures"},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "sparkles-gradient" }}
title="LÉlégance en Mouvement, La Folie en Partage."
description="Step into Sophies curated \"Caverne d'Ali Baba.\" Where high-end fashion meets the warmth of a personal stylist."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg", alt: "Client" },
]}
avatarText="Join our fashion community"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "Book Styling", href: "#contact" },
]}
marqueeItems={[
{ type: "text", text: "Vibrant Luxury" },
{ type: "text", text: "Chic Editorial" },
{ type: "text", text: "Personalized Styling" },
{ type: "text", text: "Mediterranean Warmth" },
{ type: "text", text: "Curated Treasures" },
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
{
id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
{
id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
{
id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
{
id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
{
id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg"},
]}
title="Our Treasures"
description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself."
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
]}
title="Our Treasures"
description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself."
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
title="Expertise with a Smile"
description="Sophie isn't just a shop owner; shes your secret fashion weapon. Known for her professional eye and contagious good humor, she transforms a simple shopping trip into a moment of pure joy."
bulletPoints={[
{
title: "Personalized Styling", description: "Tailored advice to bring out your best."},
{
title: "Hand-Picked Collections", description: "Every item is selected for quality and flair."},
{
title: "Joyful Environment", description: "Fashion is a celebration, not a chore."},
]}
imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
title="Expertise with a Smile"
description="Sophie isn't just a shop owner; shes your secret fashion weapon. Known for her professional eye and contagious good humor, she transforms a simple shopping trip into a moment of pure joy."
bulletPoints={[
{ title: "Personalized Styling", description: "Tailored advice to bring out your best." },
{ title: "Hand-Picked Collections", description: "Every item is selected for quality and flair." },
{ title: "Joyful Environment", description: "Fashion is a celebration, not a chore." },
]}
imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg"},
{
id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg"},
{
id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg"},
{
id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg"},
{
id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg"},
]}
cardTitle="The Wall of Love"
cardTag="Our Community"
cardAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg" },
{ id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" },
{ id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg" },
{ id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg" },
{ id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg" },
]}
cardTitle="The Wall of Love"
cardTag="Our Community"
cardAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Ready for your Folie Transformation?"
description="Whether youre looking for a total transformation or that one missing accessory, youll find it here—wrapped in a smile and delivered with professional flair."
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292839.jpg"
mediaPosition="left"
buttonText="Ask Sophie for Advice"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Ready for your Folie Transformation?"
description="Whether youre looking for a total transformation or that one missing accessory, youll find it here—wrapped in a smile and delivered with professional flair."
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292839.jpg"
mediaPosition="left"
buttonText="Ask Sophie for Advice"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Boutique", items: [
{
label: "Explore Collection", href: "#products"},
{
label: "About Sophie", href: "#about"},
{
label: "Community Reviews", href: "#testimonials"},
],
},
{
title: "Connect", items: [
{
label: "Book Styling", href: "#contact"},
{
label: "Instagram", href: "#"},
{
label: "WhatsApp Support", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
logoText="SOPHIE FOLIES"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Boutique", items: [
{ label: "Explore Collection", href: "#products" },
{ label: "About Sophie", href: "#about" },
{ label: "Community Reviews", href: "#testimonials" }
] },
{ title: "Connect", items: [
{ label: "Book Styling", href: "#contact" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp Support", href: "#" }
] },
{ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
] }
]}
logoText="SOPHIE FOLIES"
/>
</div>
</ReactLenis>
</ThemeProvider>
);