From 581e42dcafe97a08062a16b09ff346da73700a18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 06:57:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1093eae..f19a71f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="InsightFlow" + button={{ text: "Start Free Trial", href: "#pricing" }} /> @@ -257,7 +258,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Blog", href: "#" }, + { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" } ] @@ -275,4 +276,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}