From 013620a42cd3cd6275efaecaf89e8853da2d70d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:20:18 +0000 Subject: [PATCH 1/2] 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 -- 2.49.1 From 40245445b5ac021e8ce6c747c7abfe38c00363a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:20:18 +0000 Subject: [PATCH 2/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 65 ++++++++++------------------------------ 1 file changed, 15 insertions(+), 50 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b41d43b..e11d0b4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -25,35 +25,15 @@ export default function LandingPage() { @@ -65,37 +45,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Main Dining Room", - description: "Elegant and intimate atmosphere.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=1", + title: "Main Dining Room", description: "Elegant and intimate atmosphere.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg", imageAlt: "happy customer dining experience restaurant" }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - imageAlt: "happy customer dining experience restaurant", }, { - title: "The Chef's Corner", - description: "Witness the magic of culinary art.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=2", + title: "The Chef's Corner", description: "Witness the magic of culinary art.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg", imageAlt: "modern restaurant interior decor details" }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=3", - imageAlt: "modern restaurant interior decor details", }, { - title: "Private Lounge", - description: "Perfect for private celebrations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=4", + title: "Private Lounge", description: "Perfect for private celebrations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190935.jpg", imageAlt: "luxury restaurant ambiance evening warm" }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190935.jpg?_wi=2", - imageAlt: "luxury restaurant ambiance evening warm", }, ]} title="Art of Ambiance" @@ -113,10 +81,7 @@ export default function LandingPage() { description="See the passion in every detail." features={[ { - title: "Kitchen Prep", - description: "Meticulous work.", - imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=5", - }, + title: "Kitchen Prep", description: "Meticulous work.", imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg"}, ]} /> @@ -130,4 +95,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1