Merge version_4 into main #5
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user