From 19c263f4685a9a19d113f2ba118ea79aee3e4221 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 20:22:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b831895..9bde3da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="Los Angeles, CA" bottomRightText="hello@revvproductions.com" />