Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:17:09 +00:00

View File

@@ -52,10 +52,10 @@ export default function LandingPage() {
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Artisan pizza in wood-fired oven" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg", imageAlt: "Fresh margherita pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg", imageAlt: "Classic pepperoni pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-raw-vegan-mushroom-pizza-served-wooden-board_181624-53528.jpg", imageAlt: "Colorful vegetarian pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Gourmet specialty pizza" }
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg?_wi=1", imageAlt: "Fresh margherita pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg?_wi=1", imageAlt: "Classic pepperoni pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-raw-vegan-mushroom-pizza-served-wooden-board_181624-53528.jpg?_wi=1", imageAlt: "Colorful vegetarian pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=1", imageAlt: "Gourmet specialty pizza" }
]}
/>
</div>
@@ -83,16 +83,16 @@ export default function LandingPage() {
tagIcon={ChefHat}
products={[
{
id: "margherita", name: "Margherita", price: "£8.99", variant: "Classic • Fresh Mozzarella • Basil", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg", imageAlt: "Margherita pizza"
id: "margherita", name: "Margherita", price: "£8.99", variant: "Classic • Fresh Mozzarella • Basil", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3980.jpg?_wi=2", imageAlt: "Margherita pizza"
},
{
id: "pepperoni", name: "Pepperoni", price: "£9.99", variant: "Spicy • Premium Pepperoni • Extra Cheese", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg", imageAlt: "Pepperoni pizza"
id: "pepperoni", name: "Pepperoni", price: "£9.99", variant: "Spicy • Premium Pepperoni • Extra Cheese", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg?_wi=2", imageAlt: "Pepperoni pizza"
},
{
id: "vegetarian", name: "Garden Delight", price: "£9.49", variant: "Organic Vegetables • Vegan Options • Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-raw-vegan-mushroom-pizza-served-wooden-board_181624-53528.jpg", imageAlt: "Vegetarian pizza"
id: "vegetarian", name: "Garden Delight", price: "£9.49", variant: "Organic Vegetables • Vegan Options • Fresh Herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-raw-vegan-mushroom-pizza-served-wooden-board_181624-53528.jpg?_wi=2", imageAlt: "Vegetarian pizza"
},
{
id: "special", name: "Sutton Special", price: "£11.99", variant: "House Recipe • Premium Toppings • Limited Time", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Gourmet special pizza"
id: "special", name: "Sutton Special", price: "£11.99", variant: "House Recipe • Premium Toppings • Limited Time", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=2", imageAlt: "Gourmet special pizza"
}
]}
gridVariant="uniform-all-items-equal"
@@ -106,9 +106,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Michael Chen" },
{ id: "3", name: "Emma Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emma Williams" },
{ id: "4", name: "James Taylor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Taylor" }
{ id: "4", name: "James Taylor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "James Taylor" }
]}
cardTitle="Over 500 happy customers enjoy our pizzas every week"
cardTag="Customer Favorites"