Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-03-09 11:23:22 +00:00

View File

@@ -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"
/>