Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 18:41:04 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
title: "Warm Atmosphere", description: "A cozy gathering place for families and friends", icon: Home
}
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=1"
imageAlt="Cozy pizzeria interior with warm lighting"
mediaAnimation="opacity"
imagePosition="right"
@@ -103,13 +103,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "margherita", name: "Margherita", price: "$12.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Classic Margherita pizza with mozzarella and basil"
id: "margherita", name: "Margherita", price: "$12.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=1", imageAlt: "Classic Margherita pizza with mozzarella and basil"
},
{
id: "pepperoni", name: "Pepperoni", price: "$14.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Delicious pepperoni pizza with melted cheese"
id: "pepperoni", name: "Pepperoni", price: "$14.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=2", imageAlt: "Delicious pepperoni pizza with melted cheese"
},
{
id: "quattro", name: "Quattro Formaggi", price: "$15.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg", imageAlt: "Premium four cheese pizza"
id: "quattro", name: "Quattro Formaggi", price: "$15.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cooking-pizza_23-2150405847.jpg?_wi=3", imageAlt: "Premium four cheese pizza"
}
]}
buttons={[
@@ -136,19 +136,19 @@ export default function LandingPage() {
id: "quality", title: "Premium Quality", descriptions: [
"Handpicked ingredients from trusted suppliers", "No artificial preservatives or additives"
],
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageAlt: "Professional pizza chef preparing pizza"
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=1", imageAlt: "Professional pizza chef preparing pizza"
},
{
id: "tradition", title: "Authentic Tradition", descriptions: [
"Traditional wood-fired oven", "Recipes perfected over generations"
],
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg", imageAlt: "Warm pizzeria atmosphere"
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-setting-with-wooden-chairs-tables-beautiful-view_181624-9887.jpg?_wi=2", imageAlt: "Warm pizzeria atmosphere"
},
{
id: "service", title: "Friendly Service", descriptions: [
"Passionate team dedicated to your satisfaction", "Quick and reliable delivery available"
],
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageAlt: "Friendly pizzeria staff"
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=2", imageAlt: "Friendly pizzeria staff"
},
{
id: "value", title: "Great Value", descriptions: [
@@ -169,16 +169,16 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Maria Giovanni", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg", imageAlt: "Happy customer Maria"
id: "1", name: "Maria Giovanni", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg?_wi=1", imageAlt: "Happy customer Maria"
},
{
id: "2", name: "Giuseppe Rossi", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg", imageAlt: "Happy customer Giuseppe"
id: "2", name: "Giuseppe Rossi", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg?_wi=2", imageAlt: "Happy customer Giuseppe"
},
{
id: "3", name: "Lucia Rizzo", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg", imageAlt: "Happy customer Lucia"
id: "3", name: "Lucia Rizzo", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg?_wi=3", imageAlt: "Happy customer Lucia"
},
{
id: "4", name: "Antonio Benedetti", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg", imageAlt: "Happy customer Antonio"
id: "4", name: "Antonio Benedetti", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-talking-lunch-dining-room-focus-is-little-girl_637285-2884.jpg?_wi=4", imageAlt: "Happy customer Antonio"
}
]}
cardTitle="What Our Customers Say"