From 2bcfe7b8e9fc6856c5cf4ab9014b10f37c3417ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:52:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2733cc..5923881 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,8 +65,8 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg" - videoSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=1" + videoSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=2" /> @@ -81,7 +81,7 @@ export default function LandingPage() { name: "Maria G.", role: "Local Resident", testimonial: "Great food, fast service, amazing atmosphere!", - imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=3", }, { id: "2", @@ -95,14 +95,14 @@ export default function LandingPage() { name: "Sarah K.", role: "Regular", testimonial: "Friendly staff and no wait time. Best in town.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1", }, { id: "4", name: "Robert B.", role: "Visitor", testimonial: "Authentic flavors that remind me of home.", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=1", }, { id: "5", @@ -156,7 +156,7 @@ export default function LandingPage() { price: "$12.99", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2", }, { id: "2", @@ -165,7 +165,7 @@ export default function LandingPage() { price: "$18.50", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2", }, { id: "3", @@ -174,7 +174,7 @@ export default function LandingPage() { price: "$14.00", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1", }, ]} title="Signature Menu Items" @@ -190,19 +190,19 @@ export default function LandingPage() { { title: "Fresh Ingredients", description: "Locally sourced produce daily.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=3", buttonIcon: "CheckCircle", }, { title: "Fast Service", description: "Quick prep for dine-in or take-out.", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=3", buttonIcon: "Zap", }, { title: "Free Parking", description: "Plenty of space for your vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=2", buttonIcon: "Car", }, ]}