From 641dcbfdcec4a7a5ba2a215953a31b2f7bca5193 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:53:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daefbee..ea8c383 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,6 +43,8 @@ export default function LandingPage() { name: "FAQ", id: "#faq"}, { name: "Contact", id: "#contact"}, + { + name: "Chatbot", href: "/chatbot"}, ]} brandName="core" /> @@ -80,8 +82,7 @@ export default function LandingPage() { { title: "Real-time Internet Search", description: "core actively searches the web to provide the latest information for every query."}, { - title: "Premium Interaction", description: "Experience smooth, natural, and highly intuitive conversations tailored to your needs."}, - ]} + title: "Premium Interaction", description: "Experience smooth, natural, and highly intuitive conversations tailored to your needs."}]} imageSrc="http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg" imageAlt="Illustration of AI accuracy and knowledge search" mediaAnimation="slide-up" @@ -294,7 +295,9 @@ export default function LandingPage() { { title: "Support", items: [ { - label: "FAQ", href: "#faq"} + label: "FAQ", href: "#faq"}, + { + label: "Chatbot", href: "/chatbot"} ], }, ]}