diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4aef926..d442f05 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -105,7 +105,7 @@ export default function AboutPage() { content: "We listen to our guests and evolve. Your feedback shapes our menu, service, and atmosphere. Together, we make Yucca better every day.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=2" imageAlt="Yucca Coffee Shop interior showcasing our welcoming atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -125,21 +125,21 @@ export default function AboutPage() { name: "Fatima Ben", role: "Founder & Head Barista", testimonial: "Yucca started as a dream to create a space where people feel truly welcomed. Every cup of coffee carries that vision.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", }, { id: "2", name: "Ahmed Zain", role: "Pastry Chef", testimonial: "Creating our signature pastries brings me joy. Watching customers enjoy what we make is the best reward.", - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg?_wi=2", }, { id: "3", name: "Layla Mohamed", role: "Customer Experience Manager", testimonial: "Every guest matters. Our mission is to make sure you leave with a smile and a warm feeling.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg?_wi=2", }, ]} animationType="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 311e45a..9a276c3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -104,7 +104,7 @@ export default function ContactPage() { content: "Absolutely! We welcome groups. For parties of 8 or more, please call ahead at +216 50 312 312 to arrange seating.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg?_wi=2" imageAlt="Barista at Yucca Coffee ready to assist" mediaPosition="left" mediaAnimation="slide-up" diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 53da4fb..c3a77a5 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -85,7 +85,7 @@ export default function MenuPage() { price: "TND 3.500", rating: 5, reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=2", imageAlt: "Freshly brewed American coffee", }, { @@ -95,7 +95,7 @@ export default function MenuPage() { price: "TND 8.500", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=2", imageAlt: "Fluffy pancake stack with toppings", }, { @@ -105,7 +105,7 @@ export default function MenuPage() { price: "TND 7.000", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=2", imageAlt: "Fresh crêpes with Nutella and berries", }, { @@ -115,7 +115,7 @@ export default function MenuPage() { price: "TND 12.000", rating: 5, reviewCount: "134", - imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg?_wi=2", imageAlt: "Complete brunch plate with eggs and toast", }, { @@ -125,7 +125,7 @@ export default function MenuPage() { price: "TND 4.500", rating: 5, reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=3", imageAlt: "Creamy cappuccino with latte art", }, { @@ -135,7 +135,7 @@ export default function MenuPage() { price: "TND 6.000", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=3", imageAlt: "Rich chocolate brownie", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index b771ea5..e14653b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function HomePage() { content: "We listen to our guests and continuously enhance our service and menu offerings.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=1" imageAlt="Yucca Coffee Shop cozy upstairs seating area" mediaAnimation="slide-up" useInvertedBackground={false} @@ -183,7 +183,7 @@ export default function HomePage() { price: "TND 3.500", rating: 5, reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=1", imageAlt: "Freshly brewed American coffee", }, { @@ -193,7 +193,7 @@ export default function HomePage() { price: "TND 8.500", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=1", imageAlt: "Fluffy pancake stack with toppings", }, { @@ -203,7 +203,7 @@ export default function HomePage() { price: "TND 7.000", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=1", imageAlt: "Fresh crêpes with Nutella and berries", }, { @@ -213,7 +213,7 @@ export default function HomePage() { price: "TND 12.000", rating: 5, reviewCount: "134", - imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg?_wi=1", imageAlt: "Complete brunch plate with eggs and toast", }, ]} @@ -238,14 +238,14 @@ export default function HomePage() { name: "Mona R.", role: "Frequent Visitor", testimonial: "Calm place, we enjoyed the pancakes and crêpes. The upstairs is especially cozy!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", }, { id: "2", name: "Hassan B.", role: "Student", testimonial: "Perfect study spot with amazing coffee and friendly staff. I practically live here!", - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg?_wi=1", }, { id: "3", @@ -266,7 +266,7 @@ export default function HomePage() { name: "Nadia S.", role: "Remote Worker", testimonial: "Reliable WiFi, comfortable seating, and never-ending coffee. My second office!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-warmcolored-environment_24972-2972.jpg?_wi=1", }, { id: "6", @@ -316,7 +316,7 @@ export default function HomePage() { content: "Our menu prices are in Tunisian Dinar (TND), ranging from TND 3.50 for coffee to TND 12+ for full brunch plates. All prices are inclusive.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-man-working-as-barista-making-coffee-restaurant-barista-apron-white-shirt-standing-with-cup-coffee-his-workplace-coffee-shop_574295-4957.jpg?_wi=1" imageAlt="Barista preparing specialty coffee at Yucca" mediaPosition="left" mediaAnimation="slide-up"