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" />