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
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
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."
buttons={[
{
text: "Visit Store",
href: "#contact",
},
text: "Visit Store", href: "#contact"},
{
text: "Explore Products",
href: "#products",
},
text: "Explore Products", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/small-business-owners-giving-delivery-order-male-courier_482257-67620.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-looking-dessert_23-2149233930.jpg",
alt: "Local resident 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-girl-looking-dessert_23-2149233930.jpg", alt: "Local resident 1"},
{
src: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216756.jpg",
alt: "Local resident 2",
},
src: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216756.jpg", alt: "Local resident 2"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-people-eating-japanese-street-food-restaurant_23-2149410171.jpg",
alt: "Local resident 3",
},
src: "http://img.b2bpic.net/free-photo/full-shot-people-eating-japanese-street-food-restaurant_23-2149410171.jpg", alt: "Local resident 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-together_23-2148287907.jpg",
alt: "Local resident 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-people-having-fun-together_23-2148287907.jpg", alt: "Local resident 4"},
{
src: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg",
alt: "Local resident 5",
},
src: "http://img.b2bpic.net/free-photo/fruit-stand-background_23-2147960255.jpg", alt: "Local resident 5"},
]}
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."
accordionItems={[
{
id: "f1",
title: "Verified Organic",
content: "100% of our produce is certified organic, ensuring your family consumes only the healthiest, pesticide-free food.",
},
id: "f1", title: "Verified Organic", content: "100% of our produce is certified organic, ensuring your family consumes only the healthiest, pesticide-free food."},
{
id: "f2",
title: "Direct From Farmers",
content: "We eliminate middlemen to ensure higher earnings for our farmers and fresher, more affordable products for you.",
},
id: "f2", title: "Direct From Farmers", content: "We eliminate middlemen to ensure higher earnings for our farmers and fresher, more affordable products for you."},
{
id: "f3",
title: "Zero Waste Initiatives",
content: "From bulk options to compostable packaging, we are committed to reducing our footprint in the 11th arrondissement.",
},
id: "f3", 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"
mediaAnimation="slide-up"
@@ -141,47 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
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",
},
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"},
{
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",
},
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"},
{
id: "p3",
name: "Seasonal Vegetables",
price: "8€",
variant: "1kg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetables-wooden-table_23-2148949750.jpg",
},
id: "p3", name: "Seasonal Vegetables", price: "8€", variant: "1kg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetables-wooden-table_23-2148949750.jpg"},
{
id: "p4",
name: "Aged Ham",
price: "18€",
variant: "200g",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salami-concept_23-2148738965.jpg",
},
id: "p4", name: "Aged Ham", price: "18€", variant: "200g", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-salami-concept_23-2148738965.jpg"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Our Gourmet Selection"
description="Explore our hand-picked collection of premium seasonal products."
@@ -195,20 +134,11 @@ export default function LandingPage() {
tag="Neighborhood Trust"
metrics={[
{
id: "m1",
value: "50+",
description: "Local Farmers",
},
id: "m1", value: "50+", description: "Local Farmers"},
{
id: "m2",
value: "1200",
description: "Weekly Visitors",
},
id: "m2", value: "1200", description: "Weekly Visitors"},
{
id: "m3",
value: "95%",
description: "Organic Sourcing",
},
id: "m3", value: "95%", description: "Organic Sourcing"},
]}
metricsAnimation="slide-up"
/>
@@ -221,40 +151,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="What Our Neighbors Say"
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."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
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"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Social", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Instagram", href: "https://www.instagram.com/leparilocal/"},
],
},
{
title: "Legal", items: [
{
label: "Terms of Service",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}