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