diff --git a/src/app/page.tsx b/src/app/page.tsx index ba53bca..991cfdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -348,35 +159,18 @@ export default function LandingPage() { logoText="Chef Portfolio" columns={[ { - title: "Navigation", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Specialty", - href: "#features", - }, - { - label: "Menu", - href: "#products", - }, - ], + title: "Navigation", items: [ + { label: "About", href: "#about" }, + { label: "Specialty", href: "#features" }, + { label: "Menu", href: "#products" } + ] }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" } + ] + } ]} imageAlt="professional chef presenting dish" />