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 +}