diff --git a/src/app/page.tsx b/src/app/page.tsx index 69ff675..3fe052d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,21 +138,21 @@ export default function HomePage() { { title: "Fresh, Flavorful Food", description: "Locally sourced ingredients prepared daily with passion and precision.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=1", imageAlt: "Fresh ingredients and prepared dishes", buttonIcon: Sparkles, }, { title: "Exceptional Service", description: "Our team treats every guest like family, going above and beyond to ensure your happiness.", - imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=1", imageAlt: "Friendly staff serving guests", buttonIcon: Heart, }, { title: "Welcoming Atmosphere", description: "A clean, comfortable space designed for genuine connection and memorable moments.", - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Warm, inviting restaurant ambiance", buttonIcon: Home, }, @@ -178,7 +178,7 @@ export default function HomePage() { name: "Gourmet Burger", price: "$16.99", variant: "Premium Angus beef, aged cheddar, house sauce", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=1", imageAlt: "Gourmet burger with fresh toppings", }, { @@ -186,7 +186,7 @@ export default function HomePage() { name: "Daily Catch Salmon", price: "$22.99", variant: "Fresh grilled salmon with seasonal vegetables", - imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=1", imageAlt: "Fresh grilled salmon plate", }, { @@ -194,7 +194,7 @@ export default function HomePage() { name: "Homemade Pasta", price: "$18.99", variant: "Made fresh daily with our signature sauce", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=1", imageAlt: "Homemade pasta with rich sauce", }, ]} @@ -215,7 +215,7 @@ export default function HomePage() { quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.", name: "Sarah Johnson", role: "Regular Guest", - imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=1", }, { id: "2", @@ -223,7 +223,7 @@ export default function HomePage() { quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.", name: "Michael Chen", role: "First-Time Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1", }, { id: "3", @@ -231,7 +231,7 @@ export default function HomePage() { quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.", name: "Emily Rodriguez", role: "Family of Four", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1", }, { id: "4", @@ -239,7 +239,7 @@ export default function HomePage() { quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.", name: "David Kim", role: "Loyal Customer", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=1", }, { id: "5", @@ -247,7 +247,7 @@ export default function HomePage() { quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.", name: "Jessica Martinez", role: "Special Occasion Guest", - imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=1", }, { id: "6", @@ -255,7 +255,7 @@ export default function HomePage() { quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.", name: "Robert Thompson", role: "Food Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1", }, ]} buttonAnimation="slide-up"