From 322414bb30941b8a37f938b741954d705bc88c99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:23:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e74a5c2..48003d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function HomePage() { { name: "Features", id: "features" }, { name: "AI Tools", id: "ai-tools" }, { name: "WhatsApp", id: "whatsapp" }, - { name: "Metrics", id: "metrics" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]; @@ -45,7 +45,7 @@ export default function HomePage() { { title: "Product", items: [ { label: "Features", href: "#features" }, - { label: "Metrics", href: "#metrics" }, + { label: "Pricing", href: "#pricing" }, { label: "AI Tools", href: "#ai-tools" }, { label: "WhatsApp Bot", href: "#whatsapp" }, ], @@ -179,7 +179,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Explore All Features", href: "#features"}, + text: "Explore All Features", href: "/ai-features"}, ]} buttonAnimation="slide-up" /> -- 2.49.1