Update src/app/page.tsx

This commit is contained in:
2026-01-23 11:10:21 +00:00
parent 396982f204
commit 42921c0713

View File

@@ -31,8 +31,10 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Menu", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
brandName="Brew Haven"
bottomLeftText="Artisan Coffee Culture"
bottomRightText="hello@brewhaven.com"