Update src/components/Layout.tsx

This commit is contained in:
2026-06-16 12:54:35 +00:00
parent 7ff2ea6f29
commit b424ca1f3b

View File

@@ -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: "#" }}
/>
<main className="flex-grow">