From fefe0e9a84fcd9258ebf5e24186c30b01a580e6a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:59:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 +++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b479c8..04a389c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,14 +53,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072603.jpg", imageAlt: "Delicious Mexican dishes"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072603.jpg", imageAlt: "Delicious Mexican dishes" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-party-splitting-around-room_23-2147668933.jpg", imageAlt: "Torres Restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-party-splitting-around-room_23-2147668933.jpg", imageAlt: "Torres Restaurant interior" + }, ]} mediaAnimation="slide-up" rating={5} ratingText="4.7 Rating • 170+ Reviews" - useInvertedBackground={false} /> @@ -68,13 +69,17 @@ export default function LandingPage() {