From d4ad543155940ff2123dade36ee0d3aa0ed1d5d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 10:29:36 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3f5a8db..cf7bdc6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -14,6 +14,8 @@ export default function Layout() { { name: "Testimonials", href: "/#testimonials" }, { name: "Contact", href: "/#contact" }, { name: "Barrio De Salamanca Penthouse", href: "/barrio-de-salamanca-penthouse" }, + { name: "Blog", href: "/blog" }, + ]; -- 2.49.1