diff --git a/src/app/page.tsx b/src/app/page.tsx index 5372f29..8e43979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Freshly baked artisan bread, pastries, and desserts made with generations of family recipes and the finest ingredients. Experience the warmth and taste of traditional Ukrainian baking." tag="Since 1985" tagIcon={Sparkles} - imageSrc="https://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg" + imageSrc="https://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg?_wi=1" imageAlt="Fresh bakery display with artisan bread and pastries" textPosition="bottom-left" showBlur={true} @@ -132,27 +132,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Petrov", role: "Regular Customer", company: "Downtown Community", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Petrov, loyal customer" + imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Maria Petrov, loyal customer" }, { id: "2", name: "Ivan Kovalenko", role: "Business Owner", company: "Café Traditions", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Ivan Kovalenko, café owner" + imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Ivan Kovalenko, café owner" }, { id: "3", name: "Olena Shevchenko", role: "Event Planner", company: "Celebrations Event Co", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Olena Shevchenko, event planner" + imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Olena Shevchenko, event planner" }, { id: "4", name: "Dmytro Zakharchenko", role: "Restaurant Chef", company: "Sernova Kitchen", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Dmytro Zakharchenko, chef" + imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Dmytro Zakharchenko, chef" }, { id: "5", name: "Anya Lysenko", role: "Home Baker", company: "Baking Enthusiast", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Anya Lysenko, baking enthusiast" + imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Anya Lysenko, baking enthusiast" }, { id: "6", name: "Viktor Bondarenko", role: "Food Critic", company: "Local Food Magazine", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Viktor Bondarenko, food critic" + imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Viktor Bondarenko, food critic" } ]} /> @@ -216,7 +216,7 @@ export default function LandingPage() {