From 8de6b00772ae7a5b293c56239b8ef7ae551cafc0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cf8272..23f1115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,9 +86,9 @@ export default function LandingPage() { { id: "1", name: "Fresh Garden Salad", price: "BGN 12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1871.jpg", imageAlt: "Fresh garden salad with seasonal vegetables"}, { - id: "2", name: "Grilled BBQ Specialties", price: "BGN 18", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg", imageAlt: "Grilled BBQ meat with charred perfection"}, + id: "2", name: "Grilled BBQ Specialties", price: "BGN 18", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=1", imageAlt: "Grilled BBQ meat with charred perfection"}, { - id: "3", name: "Doner Kebab", price: "BGN 15", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg", imageAlt: "Tender doner kebab in warm pita"}, + id: "3", name: "Doner Kebab", price: "BGN 15", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg?_wi=2", imageAlt: "Tender doner kebab in warm pita"}, { id: "4", name: "Sweet Desserts", price: "BGN 8", imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165474.jpg", imageAlt: "Delicious homemade dessert"}, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { title="A Local Favorite Since 2015" description="Peshtite brings authentic Bulgarian cuisine to Haskovo with fresh ingredients, generous portions, and warm hospitality. Whether you're a local regular or visiting the city, we welcome you with open arms and delicious food." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg" + imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1" imageAlt="Warm and welcoming Peshtite restaurant interior" buttons={[{ text: "Reserve a Table", href: "tel:+359888970777" }]} useInvertedBackground={true} @@ -120,16 +120,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Petrova", role: "Regular Customer", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Maria Petrova"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Maria Petrova"}, { id: "2", name: "Ivan Dimitrov", role: "Family Guest", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Ivan Dimitrov"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Ivan Dimitrov"}, { id: "3", name: "Elena Todorova", role: "Business Meeting", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Elena Todorova"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Elena Todorova"}, { id: "4", name: "Georgi Stoyanov", role: "Weekend Visitor", company: "Haskovo Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Georgi Stoyanov"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Georgi Stoyanov"}, ]} kpiItems={[ { value: "1700+", label: "Verified Reviews" }, @@ -150,7 +150,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Dining", title: "Comfortable Seating", subtitle: "Welcoming atmosphere for all", description: "Whether you're dining solo, with family, or in a group, our comfortable seating and friendly staff ensure you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Comfortable restaurant seating"}, + tag: "Dining", title: "Comfortable Seating", subtitle: "Welcoming atmosphere for all", description: "Whether you're dining solo, with family, or in a group, our comfortable seating and friendly staff ensure you feel right at home.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Comfortable restaurant seating"}, { id: 2, tag: "Food Quality", title: "Fresh Ingredients", subtitle: "Quality you can taste", description: "We use only the freshest local ingredients to craft our menu. Every dish is prepared with care and passion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-salad-with-avocado_176474-3484.jpg", imageAlt: "Fresh plated dish"},