diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f4cb4a7..20f7235 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -95,7 +95,7 @@ export default function AboutPage() { name: "Sarah Mitchell", handle: "Local Regular", testimonial: "The best coffee in town! The atmosphere is so warm and welcoming. I come here every morning and never leave disappointed.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=7", imageAlt: "Sarah Mitchell", }, { @@ -103,7 +103,7 @@ export default function AboutPage() { name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Their baristas really know their craft. Every cup is perfectly made, and the pastries are absolutely fresh. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=8", imageAlt: "James Chen", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { name: "Emma Rodriguez", handle: "Business Owner", testimonial: "I often hold meetings here. The service is attentive, the wifi is reliable, and the ambiance is perfect for productivity and conversation.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=9", imageAlt: "Emma Rodriguez", }, { @@ -119,7 +119,7 @@ export default function AboutPage() { name: "Michael Park", handle: "Weekend Visitor", testimonial: "Finally found my favorite cafe! The owner truly cares about quality and customer experience. You can taste it in every sip.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=10", imageAlt: "Michael Park", }, { @@ -127,7 +127,7 @@ export default function AboutPage() { name: "Lisa Thompson", handle: "Food Blogger", testimonial: "The seasonal menu is creative and delicious. The presentation is beautiful, and everything is Instagram-worthy. Love this place!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=11", imageAlt: "Lisa Thompson", }, { @@ -135,7 +135,7 @@ export default function AboutPage() { name: "David Brown", handle: "Freelancer", testimonial: "My favorite spot to work remotely. Great music, friendly staff, and the best lattes. Can't imagine my week without coming here.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=12", imageAlt: "David Brown", }, ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8ac0e94..d408f4c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -80,7 +80,7 @@ export default function MenuPage() { id: "cappuccino", name: "Signature Cappuccino", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=2", imageAlt: "Signature Cappuccino", initialQuantity: 1, }, @@ -88,7 +88,7 @@ export default function MenuPage() { id: "croissant", name: "Butter Croissant", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg?_wi=2", imageAlt: "Fresh Butter Croissant", initialQuantity: 1, }, @@ -96,7 +96,7 @@ export default function MenuPage() { id: "sandwich", name: "Grilled Chicken Panini", price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg?_wi=2", imageAlt: "Grilled Chicken Panini", initialQuantity: 1, }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 55b237d..539f387 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function HomePage() { id: "cappuccino", name: "Signature Cappuccino", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=1", imageAlt: "Signature Cappuccino", initialQuantity: 1, }, @@ -117,7 +117,7 @@ export default function HomePage() { id: "croissant", name: "Butter Croissant", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-cutting-board-with-jam-side-view_176474-8136.jpg?_wi=1", imageAlt: "Fresh Butter Croissant", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function HomePage() { id: "sandwich", name: "Grilled Chicken Panini", price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg?_wi=1", imageAlt: "Grilled Chicken Panini", initialQuantity: 1, }, @@ -153,7 +153,7 @@ export default function HomePage() { name: "Sarah Mitchell", handle: "Local Regular", testimonial: "The best coffee in town! The atmosphere is so warm and welcoming. I come here every morning and never leave disappointed.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -161,7 +161,7 @@ export default function HomePage() { name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Their baristas really know their craft. Every cup is perfectly made, and the pastries are absolutely fresh. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "James Chen", }, { @@ -169,7 +169,7 @@ export default function HomePage() { name: "Emma Rodriguez", handle: "Business Owner", testimonial: "I often hold meetings here. The service is attentive, the wifi is reliable, and the ambiance is perfect for productivity and conversation.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emma Rodriguez", }, { @@ -177,7 +177,7 @@ export default function HomePage() { name: "Michael Park", handle: "Weekend Visitor", testimonial: "Finally found my favorite cafe! The owner truly cares about quality and customer experience. You can taste it in every sip.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "Michael Park", }, { @@ -185,7 +185,7 @@ export default function HomePage() { name: "Lisa Thompson", handle: "Food Blogger", testimonial: "The seasonal menu is creative and delicious. The presentation is beautiful, and everything is Instagram-worthy. Love this place!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=5", imageAlt: "Lisa Thompson", }, { @@ -193,7 +193,7 @@ export default function HomePage() { name: "David Brown", handle: "Freelancer", testimonial: "My favorite spot to work remotely. Great music, friendly staff, and the best lattes. Can't imagine my week without coming here.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=6", imageAlt: "David Brown", }, ]}