1 Commits

Author SHA1 Message Date
8dca7d7acc Update src/app/page.tsx 2026-05-24 09:12:22 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Le Pari Local" brandName="Le Pari Local"
/> />
@@ -58,36 +50,22 @@ export default function LandingPage() {
description="Organic vegetables, artisan cheeses, fresh meats, and gourmet products sourced daily from trusted local farmers and producers. Authentic neighborhood grocery, premium quality." description="Organic vegetables, artisan cheeses, fresh meats, and gourmet products sourced daily from trusted local farmers and producers. Authentic neighborhood grocery, premium quality."
buttons={[ buttons={[
{ {
text: "Visit Store", text: "Visit Store", href: "#contact"},
href: "#contact",
},
{ {
text: "Explore Products", text: "Explore Products", href: "#products"},
href: "#products",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/small-business-owners-giving-delivery-order-male-courier_482257-67620.jpg" imageSrc="http://img.b2bpic.net/free-photo/small-business-owners-giving-delivery-order-male-courier_482257-67620.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-looking-dessert_23-2149233930.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-girl-looking-dessert_23-2149233930.jpg", alt: "Local resident 1"},
alt: "Local resident 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216756.jpg", src: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216756.jpg", alt: "Local resident 2"},
alt: "Local resident 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/full-shot-people-eating-japanese-street-food-restaurant_23-2149410171.jpg", src: "http://img.b2bpic.net/free-photo/full-shot-people-eating-japanese-street-food-restaurant_23-2149410171.jpg", alt: "Local resident 3"},
alt: "Local resident 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-together_23-2148287907.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-together_23-2148287907.jpg", alt: "Local resident 4"},
alt: "Local resident 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg", src: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg", alt: "Local resident 5"},
alt: "Local resident 5",
},
]} ]}
avatarText="Join 5,000+ local food lovers" avatarText="Join 5,000+ local food lovers"
/> />
@@ -113,20 +91,11 @@ export default function LandingPage() {
description="We don't just sell groceries; we curate a healthier, more sustainable lifestyle for our neighborhood." description="We don't just sell groceries; we curate a healthier, more sustainable lifestyle for our neighborhood."
accordionItems={[ accordionItems={[
{ {
id: "f1", id: "f1", title: "Verified Organic", content: "100% of our produce is certified organic, ensuring your family consumes only the healthiest, pesticide-free food."},
title: "Verified Organic",
content: "100% of our produce is certified organic, ensuring your family consumes only the healthiest, pesticide-free food.",
},
{ {
id: "f2", id: "f2", title: "Direct From Farmers", content: "We eliminate middlemen to ensure higher earnings for our farmers and fresher, more affordable products for you."},
title: "Direct From Farmers",
content: "We eliminate middlemen to ensure higher earnings for our farmers and fresher, more affordable products for you.",
},
{ {
id: "f3", id: "f3", title: "Zero Waste Initiatives", content: "From bulk options to compostable packaging, we are committed to reducing our footprint in the 11th arrondissement."},
title: "Zero Waste Initiatives",
content: "From bulk options to compostable packaging, we are committed to reducing our footprint in the 11th arrondissement.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/all-kinds-healthy-vegetable-farmer-market_23-2148209759.jpg" imageSrc="http://img.b2bpic.net/free-photo/all-kinds-healthy-vegetable-farmer-market_23-2148209759.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -141,47 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Artisan Brie", price: "12€", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-gourmet-cheese-wooden-cutting-board-grapes-ustensils-with-copy-space_23-2148376014.jpg"},
name: "Artisan Brie",
price: "12€",
variant: "250g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-gourmet-cheese-wooden-cutting-board-grapes-ustensils-with-copy-space_23-2148376014.jpg",
},
{ {
id: "p2", id: "p2", name: "Rustic Sourdough", price: "6€", variant: "500g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg"},
name: "Rustic Sourdough",
price: "6€",
variant: "500g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg",
},
{ {
id: "p3", id: "p3", name: "Seasonal Vegetables", price: "8€", variant: "1kg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetables-wooden-table_23-2148949750.jpg"},
name: "Seasonal Vegetables",
price: "8€",
variant: "1kg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetables-wooden-table_23-2148949750.jpg",
},
{ {
id: "p4", id: "p4", name: "Aged Ham", price: "18€", variant: "200g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salami-concept_23-2148738965.jpg"},
name: "Aged Ham",
price: "18€",
variant: "200g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salami-concept_23-2148738965.jpg",
},
{ {
id: "p5", id: "p5", name: "Extra Virgin Olive Oil", price: "15€", variant: "500ml", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bottles-natural-olive-oil_23-2148364485.jpg"},
name: "Extra Virgin Olive Oil",
price: "15€",
variant: "500ml",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bottles-natural-olive-oil_23-2148364485.jpg",
},
{ {
id: "p6", id: "p6", name: "Wild Raw Honey", price: "10€", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/honey-toasts-with-walnuts-cereals_95678-310.jpg"},
name: "Wild Raw Honey",
price: "10€",
variant: "250g",
imageSrc: "http://img.b2bpic.net/free-photo/honey-toasts-with-walnuts-cereals_95678-310.jpg",
},
]} ]}
title="Our Gourmet Selection" title="Our Gourmet Selection"
description="Explore our hand-picked collection of premium seasonal products." description="Explore our hand-picked collection of premium seasonal products."
@@ -195,20 +134,11 @@ export default function LandingPage() {
tag="Neighborhood Trust" tag="Neighborhood Trust"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "50+", description: "Local Farmers"},
value: "50+",
description: "Local Farmers",
},
{ {
id: "m2", id: "m2", value: "1200", description: "Weekly Visitors"},
value: "1200",
description: "Weekly Visitors",
},
{ {
id: "m3", id: "m3", value: "95%", description: "Organic Sourcing"},
value: "95%",
description: "Organic Sourcing",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -221,40 +151,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Marie Lefebvre", role: "Local Resident", testimonial: "The best fresh produce in Paris. I never miss my Saturday morning visit to Le Pari Local.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-tattoed-girl-is-carefully-choosing-tomatoes-local-farmer-s-market_613910-5481.jpg"},
name: "Marie Lefebvre",
role: "Local Resident",
testimonial: "The best fresh produce in Paris. I never miss my Saturday morning visit to Le Pari Local.",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-tattoed-girl-is-carefully-choosing-tomatoes-local-farmer-s-market_613910-5481.jpg",
},
{ {
id: "t2", id: "t2", name: "Julien Petit", role: "Food Blogger", testimonial: "Authenticity at its finest. Their cheese selection is simply unmatched in the entire neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-living-farmhouse_23-2150621704.jpg"},
name: "Julien Petit",
role: "Food Blogger",
testimonial: "Authenticity at its finest. Their cheese selection is simply unmatched in the entire neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-living-farmhouse_23-2150621704.jpg",
},
{ {
id: "t3", id: "t3", name: "Claire Dubois", role: "Architect", testimonial: "Finally a grocery store that aligns with my values. Sustainability and taste combined perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-smiling-confident-using-umbrella-street_839833-14116.jpg"},
name: "Claire Dubois",
role: "Architect",
testimonial: "Finally a grocery store that aligns with my values. Sustainability and taste combined perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-smiling-confident-using-umbrella-street_839833-14116.jpg",
},
{ {
id: "t4", id: "t4", name: "Thomas Martin", role: "Chef", testimonial: "Quality that reminds me of my grandmother's cooking. Truly organic, truly French.", imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216061.jpg"},
name: "Thomas Martin",
role: "Chef",
testimonial: "Quality that reminds me of my grandmother's cooking. Truly organic, truly French.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216061.jpg",
},
{ {
id: "t5", id: "t5", name: "Sophie Bernard", role: "Professional", testimonial: "The staff are so friendly and the produce is incredibly fresh every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/old-zero-waste-shop-owner-does-marketing_482257-76263.jpg"},
name: "Sophie Bernard",
role: "Professional",
testimonial: "The staff are so friendly and the produce is incredibly fresh every time I visit.",
imageSrc: "http://img.b2bpic.net/free-photo/old-zero-waste-shop-owner-does-marketing_482257-76263.jpg",
},
]} ]}
title="What Our Neighbors Say" title="What Our Neighbors Say"
description="Building trust through authentic local connections." description="Building trust through authentic local connections."
@@ -268,15 +173,9 @@ export default function LandingPage() {
description="Join our community. Sign up for our newsletter to receive weekly updates on seasonal harvests and store events." description="Join our community. Sign up for our newsletter to receive weekly updates on seasonal harvests and store events."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name"},
type: "text",
placeholder: "Your Name",
},
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email"},
type: "email",
placeholder: "Your Email",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604408.jpg" imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604408.jpg"
/> />
@@ -287,33 +186,27 @@ export default function LandingPage() {
logoText="Le Pari Local" logoText="Le Pari Local"
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Products", label: "Products", href: "#products"},
href: "#products",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Social", items: [
items: [
{ {
label: "Privacy Policy", label: "Instagram", href: "https://www.instagram.com/leparilocal/"},
href: "#", ],
}, },
{
title: "Legal", items: [
{ {
label: "Terms of Service", label: "Privacy Policy", href: "#"},
href: "#", {
}, label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}