Update src/app/page.tsx

This commit is contained in:
2026-06-03 21:53:10 +00:00
parent 4e84e58a92
commit 641dcbfdce

View File

@@ -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"}
],
},
]}