From c19b4522a97d8140377fab28285c73b4106f586b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:04:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 130 ++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd147da..d7d7a44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,10 +26,9 @@ export default function LandingPage() { @@ -157,18 +116,15 @@ export default function LandingPage() { columns={[ { title: "Tess's Kitchen", items: [ - { - label: "Home", href: "/"}, - { - label: "About", href: "/about"}, + { label: "Home", href: "/" }, + { label: "About", href: "/about" }, + { label: "Products", href: "/products" }, ], }, { title: "Follow Us", items: [ - { - label: "Facebook", href: "#"}, - { - label: "Instagram", href: "#"}, + { label: "Facebook", href: "#" }, + { label: "Instagram", href: "#" }, ], }, ]} @@ -179,4 +135,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}