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: "#" }} />