From cf02249a9e060f2cefe36aca230c0e84d806b301 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:47:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 164 ++++++++++++++--------------------------------- 1 file changed, 47 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83987..075e5c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -103,8 +74,12 @@ export default function LandingPage() {
+ title="Our Story" + className="max-w-4xl mx-auto text-center" + tag="About Cheri's" + > + {null} +
@@ -250,17 +184,13 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#", - }, + label: "Facebook", href: "https://facebook.com/cherisrooftop"}, { - label: "Menu", - href: "#menu", - }, + label: "TripAdvisor", href: "https://tripadvisor.com/cherisrooftop"}, { - label: "Reservations", - href: "#contact", - }, + label: "Menu", href: "#menu"}, + { + label: "Reservations", href: "#contact"}, ], }, ]} @@ -270,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1