From fa3c65aec08e09c7b70b1f92d2f97dbff0826734 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:42:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef9473b..b5abd77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -199,12 +104,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Visit Nkoyo", - description: "123 Food Street, Lagos, Nigeria", - bentoComponent: "map", - imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-minced-pork-tomato-carrot-cucumber-plate_1150-27179.jpg", - imageAlt: "Fried rice with minced pork, tomato, carrot and cucumber on the plate", - }, + title: "Visit Nkoyo", description: "123 Food Street, Lagos, Nigeria", bentoComponent: "map" + } ]} title="Find Us" description="Located in the heart of the city, bringing authentic flavors to you." @@ -214,9 +115,7 @@ export default function LandingPage() {
-- 2.49.1