From 7ebc150e52ea798732f421cec018a6e37a772a16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:48:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52818b5..e0cda62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,25 +34,15 @@ export default function LandingPage() { @@ -64,16 +54,12 @@ export default function LandingPage() { description="Experience the next generation of AI chatbots that redefine precision and knowledge. core delivers flawless, error-free interactions and automatically searches the internet to provide you with the most accurate, real-time information, every time." buttons={[ { - text: "Get Started", - href: "#pricing", - }, + text: "Get Started", href: "#pricing"}, { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524379.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524379.jpg" imageAlt="Futuristic AI chatbot interface with abstract data streams" showDimOverlay={true} /> @@ -90,19 +76,13 @@ export default function LandingPage() { tagIcon={Sparkles} bulletPoints={[ { - title: "Error-Free Responses", - description: "Our proprietary algorithms eliminate factual inaccuracies, ensuring every answer is precise.", - }, + title: "Error-Free Responses", description: "Our proprietary algorithms eliminate factual inaccuracies, ensuring every answer is precise."}, { - title: "Real-time Internet Search", - description: "core actively searches the web to provide the latest information for every query.", - }, + 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?_wi=1" + 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" /> @@ -115,40 +95,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Guaranteed Accuracy", - description: "Never second-guess an answer again. core's responses are meticulously verified for precision.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg", - imageAlt: "modern AI chatbot interface elegant", + title: "Guaranteed Accuracy", description: "Never second-guess an answer again. core's responses are meticulously verified for precision.", bentoComponent: "reveal-icon", icon: CheckCircle, }, { - title: "Dynamic Web Integration", - description: "When core encounters new or evolving information, it performs real-time searches to bring you up-to-date answers.", - bentoComponent: "chat", - aiIcon: Lightbulb, + title: "Dynamic Web Integration", description: "When core encounters new or evolving information, it performs real-time searches to bring you up-to-date answers.", bentoComponent: "chat", aiIcon: Lightbulb, userIcon: User, exchanges: [ { - userMessage: "What's the latest in quantum computing?", - aiResponse: "Searching the web... Quantum computing continues to advance rapidly, with breakthroughs in entanglement stability and error correction being recent highlights. Companies like IBM and Google are leading the charge...", - }, + userMessage: "What's the latest in quantum computing?", aiResponse: "Searching the web... Quantum computing continues to advance rapidly, with breakthroughs in entanglement stability and error correction being recent highlights. Companies like IBM and Google are leading the charge..."}, { - userMessage: "What is the capital of France?", - aiResponse: "The capital of France is Paris.", - }, + userMessage: "What is the capital of France?", aiResponse: "The capital of France is Paris."}, ], - placeholder: "Ask core anything...", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524379.jpg?_wi=2", - imageAlt: "modern AI chatbot interface elegant", - }, + placeholder: "Ask core anything..."}, { - title: "Seamless User Experience", - description: "Enjoy a fluid, intuitive interface designed for efficiency and natural conversation.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617185.jpg?_wi=2", - imageAlt: "modern AI chatbot interface elegant", + title: "Seamless User Experience", description: "Enjoy a fluid, intuitive interface designed for efficiency and natural conversation.", bentoComponent: "reveal-icon", icon: FileText, }, ]} title="Intelligent Features That Set Us Apart" @@ -165,34 +125,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.9%", - title: "Accuracy Rate", - items: [ - "Factual precision guaranteed", - "Verified information", - "Reliable responses", - ], + id: "m1", value: "99.9%", title: "Accuracy Rate", items: [ + "Factual precision guaranteed", "Verified information", "Reliable responses"], }, { - id: "m2", - value: "<1 sec", - title: "Avg. Response Time", - items: [ - "Instant answers", - "Real-time processing", - "Seamless conversations", - ], + id: "m2", value: "<1 sec", title: "Avg. Response Time", items: [ + "Instant answers", "Real-time processing", "Seamless conversations"], }, { - id: "m3", - value: "Always", - title: "Up-to-Date Knowledge", - items: [ - "Continuous web indexing", - "Expansive data sources", - "Never outdated", - ], + id: "m3", value: "Always", title: "Up-to-Date Knowledge", items: [ + "Continuous web indexing", "Expansive data sources", "Never outdated"], }, ]} title="Core Performance, Unmatched Reliability" @@ -206,44 +148,22 @@ export default function LandingPage() {