diff --git a/src/app/page.tsx b/src/app/page.tsx index 638bee9..a51e159 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+15551234567" }, { text: "Reserve a Table", 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" /> @@ -59,13 +59,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", 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"}, + id: "1", 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?_wi=3"}, { id: "2", name: "John D.", role: "Foodie", testimonial: "Huge portions, worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg"}, { - id: "3", 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"}, + id: "3", 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?_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"}, + 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?_wi=1"}, { id: "5", name: "Elena M.", role: "Food Critic", testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg"}, ]} @@ -96,13 +96,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "Street Tacos", price: "$12.99", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2"}, { id: "2", brand: "Signature", name: "Sizzling Fajitas", 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"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2"}, { id: "3", brand: "Signature", name: "Classic Burritos", price: "$14.00", rating: 4, - reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg"}, + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1"}, ]} title="Signature Menu Items" description="Crafted with tradition, served with love." @@ -114,9 +114,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Fresh Ingredients", description: "Locally sourced produce daily.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", 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", 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", buttonIcon: Car }, + { title: "Fresh Ingredients", description: "Locally sourced produce daily.", 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?_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?_wi=2", buttonIcon: Car }, ]} title="Why Choose Us" description="Authentic ingredients and a family-run passion."