From 013620a42cd3cd6275efaecaf89e8853da2d70d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:20:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 ++++++++++-------------------------------- 1 file changed, 13 insertions(+), 45 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 651567e..b77122d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,35 +26,15 @@ export default function LandingPage() { @@ -67,7 +47,7 @@ export default function LandingPage() { description="Born from a passion for authentic flavors and meticulous service, Aura Bistro has redefined local dining." subdescription="Our journey began with a simple belief: every meal should be a masterpiece. Using sustainably sourced, seasonal ingredients, we curate an experience that engages every sense." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/close-up-group-friends-restaurant_23-2148395396.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-group-friends-restaurant_23-2148395396.jpg" mediaAnimation="slide-up" /> @@ -81,25 +61,13 @@ export default function LandingPage() { description="The creative minds behind every plate." groups={[ { - id: "kitchen", - groupTitle: "Kitchen Staff", - members: [ + id: "kitchen", groupTitle: "Kitchen Staff", members: [ { - id: "m1", - title: "Marco", - subtitle: "Head Chef", - detail: "A passion for flavor.", - }, + id: "m1", title: "Marco", subtitle: "Head Chef", detail: "A passion for flavor."}, { - id: "m2", - title: "Elena", - subtitle: "Pastry Chef", - detail: "Sweet perfection.", - }, + id: "m2", title: "Elena", subtitle: "Pastry Chef", detail: "Sweet perfection."}, ], - imageSrc: "http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-2152024848.jpg?_wi=1", - imageAlt: "sophisticated cocktail elegant glass", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-2152024848.jpg", imageAlt: "sophisticated cocktail elegant glass"}, ]} /> @@ -113,4 +81,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file