Update src/app/page.tsx

This commit is contained in:
2026-06-11 00:18:08 +00:00
parent f4331acf63
commit c2ecaa00f9

View File

@@ -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"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>