Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 21:29:19 +00:00

View File

@@ -54,17 +54,23 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Authentic Italian wood-fired margherita pizza"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Authentic Italian wood-fired margherita pizza"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Fresh pepperoni pizza with herbs"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Fresh pepperoni pizza with herbs"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg", imageAlt: "Vegetarian gourmet pizza selection"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg", imageAlt: "Vegetarian gourmet pizza selection"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-people-costumes-party_23-2149370716.jpg", imageAlt: "Family gathering at Mio Amore"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-people-costumes-party_23-2149370716.jpg", imageAlt: "Family gathering at Mio Amore"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209227.jpg", imageAlt: "Freshly baked pizza with basil"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209227.jpg", imageAlt: "Freshly baked pizza with basil"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/raw-dough-pizza-with-ingredients-kitchen-counter_23-2147975149.jpg", imageAlt: "Gourmet Italian pizza presentation"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/raw-dough-pizza-with-ingredients-kitchen-counter_23-2147975149.jpg", imageAlt: "Gourmet Italian pizza presentation"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -95,13 +101,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "1", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-margherita-pizza-with-mozzarella-cheese-basil-leaves_9975-124847.jpg", imageAlt: "Classic Margherita pizza with fresh mozzarella and basil"},
id: "1", name: "Margherita", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-margherita-pizza-with-mozzarella-cheese-basil-leaves_9975-124847.jpg", imageAlt: "Classic Margherita pizza with fresh mozzarella and basil"
},
{
id: "2", name: "Pepperoni", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-left-side-isolated-dark-surface-with-free-space-close-up-shot_179666-42209.jpg", imageAlt: "Pepperoni pizza with melted cheese"},
id: "2", name: "Pepperoni", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-left-side-isolated-dark-surface-with-free-space-close-up-shot_179666-42209.jpg", imageAlt: "Pepperoni pizza with melted cheese"
},
{
id: "3", name: "Quattro Formaggi", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946397.jpg", imageAlt: "Four cheese Italian pizza"},
id: "3", name: "Quattro Formaggi", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946397.jpg", imageAlt: "Four cheese Italian pizza"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -117,15 +125,18 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Maria Rossi", role: "Food Critic", testimonial: "Mio Amore serves the most authentic Italian pizzas I've tasted outside of Naples. The crust is perfection, the sauce is vibrant, and every ingredient tastes fresh and high-quality.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15043.jpg", imageAlt: "Maria Rossi, Food Critic"},
id: "1", name: "Maria Rossi", role: "Food Critic", testimonial: "Mio Amore serves the most authentic Italian pizzas I've tasted outside of Naples. The crust is perfection, the sauce is vibrant, and every ingredient tastes fresh and high-quality.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15043.jpg", imageAlt: "Maria Rossi, Food Critic"
},
{
id: "2", name: "Giovanni Moretti", role: "Regular Customer", testimonial: "Coming to Mio Amore is like visiting my family home in Italy. The warm atmosphere, friendly staff, and incredible food make every visit special. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Giovanni Moretti, Regular Customer"},
id: "2", name: "Giovanni Moretti", role: "Regular Customer", testimonial: "Coming to Mio Amore is like visiting my family home in Italy. The warm atmosphere, friendly staff, and incredible food make every visit special. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Giovanni Moretti, Regular Customer"
},
{
id: "3", name: "Lucia Ferrari", role: "Restaurateur", testimonial: "The attention to detail at Mio Amore is impressive. From the imported ingredients to the perfectly fired pizzas, you can taste the passion and authenticity in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg", imageAlt: "Lucia Ferrari, Restaurateur"},
id: "3", name: "Lucia Ferrari", role: "Restaurateur", testimonial: "The attention to detail at Mio Amore is impressive. From the imported ingredients to the perfectly fired pizzas, you can taste the passion and authenticity in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg", imageAlt: "Lucia Ferrari, Restaurateur"
},
{
id: "4", name: "Antonio Benedetti", role: "Food Blogger", testimonial: "I've visited numerous pizzerias, but Mio Amore stands out for its commitment to traditional methods and superior ingredients. A must-visit for pizza enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Antonio Benedetti, Food Blogger"},
id: "4", name: "Antonio Benedetti", role: "Food Blogger", testimonial: "I've visited numerous pizzerias, but Mio Amore stands out for its commitment to traditional methods and superior ingredients. A must-visit for pizza enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Antonio Benedetti, Food Blogger"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}