From c2ecaa00f9f8a11bd5a7024511f8d12597a94615 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 00:18:08 +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 1586aec..8f0b6aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandscapingPage() { { tag: "Wine", title: "Sommelier Selection", subtitle: "Curated Cellar", description: "Explore our extensive wine list, expertly paired by our sommelier to enhance your meal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-3.jpg", imageAlt: "Wine cellar"}, { - tag: "Ambiance", title: "Rooftop Terrace", subtitle: "Panoramic Views", description: "Enjoy breathtaking views of Bucharest from our elegant rooftop terrace, perfect for drinks and light bites.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg", imageAlt: "Rooftop terrace view"}, + tag: "Ambiance", title: "Rooftop Terrace", subtitle: "Panoramic Views", description: "Enjoy breathtaking views of Bucharest from our elegant rooftop terrace, perfect for drinks and light bites.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg?_wi=1", imageAlt: "Rooftop terrace view"}, ]} /> @@ -137,11 +137,11 @@ export default function LandscapingPage() { animationType="slide-up" members={[ { - id: "1", name: "Chef Elena Popescu", role: "Head Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg", imageAlt: "Chef Elena Popescu"}, + id: "1", name: "Chef Elena Popescu", role: "Head Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg?_wi=1", imageAlt: "Chef Elena Popescu"}, { - id: "2", name: "Matei Dragan", role: "Sommelier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg", imageAlt: "Matei Dragan"}, + id: "2", name: "Matei Dragan", role: "Sommelier", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg?_wi=1", imageAlt: "Matei Dragan"}, { - id: "3", name: "Andreea Vasile", role: "Restaurant Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg", imageAlt: "Andreea Vasile"}, + id: "3", name: "Andreea Vasile", role: "Restaurant Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg?_wi=1", imageAlt: "Andreea Vasile"}, ]} /> @@ -157,13 +157,13 @@ export default function LandscapingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Maria Ionescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg", imageAlt: "Maria Ionescu"}, + id: "1", name: "Maria Ionescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-10.jpg?_wi=2", imageAlt: "Maria Ionescu"}, { - id: "2", name: "Alex Popa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg", imageAlt: "Alex Popa"}, + id: "2", name: "Alex Popa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-11.jpg?_wi=2", imageAlt: "Alex Popa"}, { - id: "3", name: "Sofia Dumitrescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg", imageAlt: "Sofia Dumitrescu"}, + id: "3", name: "Sofia Dumitrescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/menu-4.jpg?_wi=2", imageAlt: "Sofia Dumitrescu"}, { - id: "4", name: "Dragoș Marinescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg", imageAlt: "Dragoș Marinescu"}, + id: "4", name: "Dragoș Marinescu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/restaurant/team-9.jpg?_wi=2", imageAlt: "Dragoș Marinescu"}, ]} />