Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:10:14 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "📞 Call Now", href: "tel:+335XXXXXXXX" },
{ text: "Reserve a Table", href: "#reserve" }
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"
imageAlt="Artisan pizzas fresh from wood-fired oven"
showDimOverlay={true}
/>
@@ -63,7 +63,7 @@ export default function LandingPage() {
{ text: "View Full Menu", href: "#menu" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg"
imageAlt="Our commitment to quality ingredients"
/>
</div>
@@ -75,16 +75,16 @@ export default function LandingPage() {
tag="Our Difference"
features={[
{
id: "fresh-ingredients", title: "Fresh Ingredients", description: "We source only the finest imported Italian ingredients and locally-sourced produce. Every component is selected for quality and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg?_wi=1", imageAlt: "Fresh ingredients selection"
id: "fresh-ingredients", title: "Fresh Ingredients", description: "We source only the finest imported Italian ingredients and locally-sourced produce. Every component is selected for quality and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg", imageAlt: "Fresh ingredients selection"
},
{
id: "handcrafted", title: "Handcrafted Daily", description: "Our pizzas are prepared fresh to order by skilled artisans. No frozen dough, no shortcuts. Just authentic Italian craftsmanship every day.", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=1", imageAlt: "Handcrafted pizza preparation"
id: "handcrafted", title: "Handcrafted Daily", description: "Our pizzas are prepared fresh to order by skilled artisans. No frozen dough, no shortcuts. Just authentic Italian craftsmanship every day.", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "Handcrafted pizza preparation"
},
{
id: "warm-service", title: "Warm, Welcoming Service", description: "We treat every guest like family. Our friendly team ensures a comfortable, memorable dining experience in our cozy neighborhood restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=1", imageAlt: "Warm dining experience"
id: "warm-service", title: "Warm, Welcoming Service", description: "We treat every guest like family. Our friendly team ensures a comfortable, memorable dining experience in our cozy neighborhood restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Warm dining experience"
}
]}
gridVariant="uniform-4-items"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -99,15 +99,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Signature", name: "Margherita Classique", price: "14€", rating: 5,
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg?_wi=2", imageAlt: "Margherita pizza with fresh basil"
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg", imageAlt: "Margherita pizza with fresh basil"
},
{
id: "2", brand: "Specialty", name: "Calzone Royale", price: "16€", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=2", imageAlt: "Stuffed calzone with four cheeses"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "Stuffed calzone with four cheeses"
},
{
id: "3", brand: "Premium", name: "Quattro Formaggi", price: "18€", rating: 5,
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg?_wi=2", imageAlt: "Four cheese pizza with gourmet blend"
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-melted-cheese-cut-into-slices_114579-3002.jpg", imageAlt: "Four cheese pizza with gourmet blend"
}
]}
gridVariant="uniform-all-items-equal"
@@ -124,20 +124,16 @@ export default function LandingPage() {
tag="Reviews"
testimonials={[
{
id: "1", name: "Sophie Martin", role: "Local Family", company: "Cestas Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sophie Martin"
id: "1", name: "Sophie Martin", role: "Local Family", company: "Cestas Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sophie Martin"
},
{
id: "2", name: "Jean Dubois", role: "Regular Customer", company: "Food Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jean Dubois"
id: "2", name: "Jean Dubois", role: "Regular Customer", company: "Food Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jean Dubois"
},
{
id: "3", name: "Marie Laurent", role: "Restaurant Owner", company: "Local Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marie Laurent"
id: "3", name: "Marie Laurent", role: "Restaurant Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marie Laurent"
},
{
id: "4", name: "Pierre Renard", role: "Event Organizer", company: "Cestas Events", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pierre Renard"
id: "4", name: "Pierre Renard", role: "Event Organizer", company: "Cestas Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pierre Renard"
}
]}
kpiItems={[
@@ -157,7 +153,7 @@ export default function LandingPage() {
title="Ready for a Delicious Experience?"
description="Call us now to reserve your table or place a takeout order. Our friendly team is ready to welcome you!"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg"