diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ab3583..a1fac8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,42 +111,42 @@ export default function LandingPage() { name: "Fish & Chips", price: "$18", variant: "Fresh Catch", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=1", }, { id: "m2", name: "Gator Tacos", price: "$16", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=2", }, { id: "m3", name: "Fried Gator", price: "$15", variant: "Local Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=3", }, { id: "m4", name: "Island Burger", price: "$14", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=4", }, { id: "m5", name: "Full Breakfast", price: "$12", variant: "Morning Special", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=5", }, { id: "m6", name: "Fish Sandwich", price: "$13", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haringhandel-with-onion-cucumber-salad-paper_166373-894.jpg?_wi=6", }, ]} title="Signature Menu" @@ -165,7 +165,7 @@ export default function LandingPage() { quote: "Perfect place to try local gator dishes. Highly recommend!", name: "Sarah J.", role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1", }, { id: "t2", @@ -173,7 +173,7 @@ export default function LandingPage() { quote: "Breakfast was delicious and service excellent. A true local gem.", name: "Michael R.", role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2", }, { id: "t3", @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Great ambiance, cozy place, and excellent food. Loved the seafood.", name: "Emily K.", role: "Family", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=3", }, { id: "t4", @@ -189,7 +189,7 @@ export default function LandingPage() { quote: "Authentic island-inspired dishes that you can't find elsewhere.", name: "David W.", role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=4", }, { id: "t5", @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Friendly staff, fresh ingredients, and huge portions.", name: "Lisa M.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=5", }, ]} title="What Our Guests Say" @@ -214,19 +214,19 @@ export default function LandingPage() { { title: "Interior Seating", description: "Relax in our comfortable, family-friendly dining room.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Interior seating", }, { title: "Fresh Seafood", description: "Our baskets are legendary throughout Florida.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "Seafood basket", }, { title: "Famous Gator", description: "Experience authentic Everglades specialties.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=3", imageAlt: "Fried gator", }, ]}