From b424ca1f3bbacbdb692ae1e3a178ad7e86833d10 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 12:54:35 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c9ca979..1096f34 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -16,7 +16,9 @@ export default function Layout() { { name: "Pricing", href: "#pricing" }, { name: "Integrations", href: "#integrations" }, { name: "FAQ", href: "#faq" }, - ]} + + { name: "Blog", href: "/blog" }, +]} ctaButton={{ text: "Start Free Trial", href: "#" }} />