Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-27 16:52:38 +00:00

View File

@@ -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"
/>
</div>
@@ -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",
},
]}