From 37e723fbb5b81e8c51e266b2528f24b60280ae4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:09:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b4d752..cb3a7bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629588.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629588.jpg?_wi=1" imageAlt="traditional tavern interior wooden decor" mediaAnimation="slide-up" /> @@ -79,7 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Taste" description="Nova Taverna brings the rich culinary heritage of Valjevo to your plate. We source local ingredients to craft traditional dishes that warm your soul." - imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-with-vegetables-saucepan-with-rice-herbs-with-tomato-plate_141793-12530.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-with-vegetables-saucepan-with-rice-herbs-with-tomato-plate_141793-12530.jpg?_wi=1" imageAlt="authentic serbian restaurant table setting" /> @@ -94,19 +94,19 @@ export default function LandingPage() { { title: "Farm to Table", description: "Always fresh, always local ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-served-with-wine-table_140725-12033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-served-with-wine-table_140725-12033.jpg?_wi=1", imageAlt: "traditional grilled serbian food", }, { title: "Authentic Recipes", description: "Generations of tradition preserved.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-sunflower-seed-bagels_114579-91575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-sunflower-seed-bagels_114579-91575.jpg?_wi=1", imageAlt: "serbian homemade bread warm", }, { title: "Cozy Atmosphere", description: "A home away from home.", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14522.jpg?_wi=1", imageAlt: "fresh garden salad tavern style", }, ]} @@ -177,7 +177,7 @@ export default function LandingPage() { quote: "Best food in Valjevo!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629588.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { quote: "Reminds me of my grandma's cooking.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-with-vegetables-saucepan-with-rice-herbs-with-tomato-plate_141793-12530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-with-vegetables-saucepan-with-rice-herbs-with-tomato-plate_141793-12530.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { quote: "Perfect for family dinners.", tag: "Happy Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-served-with-wine-table_140725-12033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-served-with-wine-table_140725-12033.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { quote: "Fast service and warm welcome.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-sunflower-seed-bagels_114579-91575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-sunflower-seed-bagels_114579-91575.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { quote: "High quality for affordable prices.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-salad-with-basil-pesto-arugula_2829-14522.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, ]} -- 2.49.1