Update src/app/page.tsx

This commit is contained in:
2026-01-29 11:53:14 +00:00
parent af0ed6b857
commit 9365a80505

View File

@@ -33,8 +33,10 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Visit Us", href: "contact"
}}