2 Commits

Author SHA1 Message Date
2ecd66130d Update src/app/page.tsx 2026-05-20 16:29:30 +00:00
c76833a157 Merge version_2 into main
Merge version_2 into main
2026-05-20 16:26:44 +00:00

View File

@@ -35,8 +35,6 @@ export default function LandingPage() {
name: "Home", id: "#hero"},
{
name: "About", id: "#about"},
{
name: "Menu", id: "#products"},
{
name: "Visit", id: "#contact"},
]}
@@ -214,8 +212,6 @@ export default function LandingPage() {
title: "Bakery", items: [
{
label: "Our Story", href: "#about"},
{
label: "Menu", href: "#products"},
{
label: "Contact", href: "#contact"},
],