diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bcb362..c77cf69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,15 @@ export default function LandingPage() { testimonials={[ { name: "Local Guest", handle: "@pashe_guest", testimonial: "Hrana je odlična. Velika preporuka za hranu.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", imageAlt: "Happy restaurant guest" + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg?_wi=1", imageAlt: "Happy restaurant guest" }, { name: "Satisfied Diner", handle: "@food_lover", testimonial: "Porcije su obilne, hrana je preukusna.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg", imageAlt: "Satisfied customer enjoying meal" + imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg?_wi=1", imageAlt: "Satisfied customer enjoying meal" }, { name: "Pashe Regular", handle: "@atmosphere_seeker", testimonial: "Divno mesto sa otvorenom kuhinjom i prijatnom atmosferom.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", imageAlt: "Guest appreciating ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=1", imageAlt: "Guest appreciating ambiance" } ]} testimonialRotationInterval={6000} @@ -145,7 +145,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "pizza", name: "Pashe Signature Pizza", price: "12€ - 16€", variant: "Stone-Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-with-cheese_23-2148574281.jpg", imageAlt: "Authentic stone-baked pizza with fresh ingredients" + id: "pizza", name: "Pashe Signature Pizza", price: "12€ - 16€", variant: "Stone-Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-with-cheese_23-2148574281.jpg?_wi=1", imageAlt: "Authentic stone-baked pizza with fresh ingredients" }, { id: "veal", name: "Veal with Vegetables", price: "18€ - 22€", variant: "Most Recommended", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-grilled-steak-with-vegetables-restaurant-professional-gastronomy_482257-10384.jpg", imageAlt: "Premium veal with fresh vegetables" @@ -198,7 +198,7 @@ export default function LandingPage() { }, { id: "quality", title: "Premium Quality", description: "Only the finest ingredients, prepared with care and expertise. Quality that you can taste in every bite.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-with-cheese_23-2148574281.jpg", imageAlt: "High-quality stone-baked pizza" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-with-cheese_23-2148574281.jpg?_wi=2", imageAlt: "High-quality stone-baked pizza" }, items: [ { icon: Award, text: "Premium ingredients sourced carefully" }, @@ -226,15 +226,15 @@ export default function LandingPage() { testimonials={[ { id: "review-1", name: "Marko S.", role: "Regular Guest", company: "Pashe Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", imageAlt: "Marko, satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg?_wi=2", imageAlt: "Marko, satisfied customer" }, { id: "review-2", name: "Ana J.", role: "Food Critic", company: "Local Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg", imageAlt: "Ana, food enthusiast" + imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-time-home_637285-3548.jpg?_wi=2", imageAlt: "Ana, food enthusiast" }, { id: "review-3", name: "Dejan K.", role: "Restaurant Manager", company: "Hospitality Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", imageAlt: "Dejan, industry professional" + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=2", imageAlt: "Dejan, industry professional" }, { id: "review-4", name: "Vesna L.", role: "Local Influencer", company: "Community Leader", rating: 5,