Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-03 21:48:38 +00:00

View File

@@ -34,25 +34,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="core"
/>
@@ -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() {
<PricingCardOne
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "starter",
badge: "Free",
badgeIcon: Sparkles,
price: "$0/month",
subtitle: "Perfect for personal use",
features: [
"Basic interactions",
"Limited search queries",
"Standard support",
],
id: "starter", badge: "Free", badgeIcon: Sparkles,
price: "$0/month", subtitle: "Perfect for personal use", features: [
"Basic interactions", "Limited search queries", "Standard support"],
},
{
id: "pro",
badge: "Popular",
badgeIcon: Star,
price: "$29/month",
subtitle: "For power users & small teams",
features: [
"Unlimited interactions",
"Priority real-time search",
"Advanced features",
"Dedicated support",
],
id: "pro", badge: "Popular", badgeIcon: Star,
price: "$29/month", subtitle: "For power users & small teams", features: [
"Unlimited interactions", "Priority real-time search", "Advanced features", "Dedicated support"],
},
{
id: "enterprise",
badge: "Custom",
badgeIcon: Award,
price: "Contact Us",
subtitle: "Tailored for large organizations",
features: [
"Custom integrations",
"Scalable API access",
"Dedicated account manager",
"24/7 Premium support",
],
id: "enterprise", badge: "Custom", badgeIcon: Award,
price: "Contact Us", subtitle: "Tailored for large organizations", features: [
"Custom integrations", "Scalable API access", "Dedicated account manager", "24/7 Premium support"],
},
]}
title="Choose Your core Plan"
@@ -260,45 +180,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "core has revolutionized how our team accesses information. The accuracy is astounding, and the real-time search capability means we're always working with the latest data.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg",
},
id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "core has revolutionized how our team accesses information. The accuracy is astounding, and the real-time search capability means we're always working with the latest data.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg"},
{
id: "t2",
name: "Michael Chen",
handle: "@michaelc",
testimonial: "I was skeptical about error-free AI, but core truly delivers. It's like having an omniscient research assistant at my fingertips. Absolutely premium.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg",
},
id: "t2", name: "Michael Chen", handle: "@michaelc", testimonial: "I was skeptical about error-free AI, but core truly delivers. It's like having an omniscient research assistant at my fingertips. Absolutely premium.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg"},
{
id: "t3",
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "The seamless integration of internet search into a chatbot is a game-changer. No more dead ends, just comprehensive, up-to-date answers. Highly recommended for any professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg",
},
id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The seamless integration of internet search into a chatbot is a game-changer. No more dead ends, just comprehensive, up-to-date answers. Highly recommended for any professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg"},
{
id: "t4",
name: "David Kim",
handle: "@davidk",
testimonial: "As a product manager, efficiency is key. core saves me hours by providing accurate data instantly, even on niche topics. It truly feels like a premium service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-male-using-tablet-pc-table_613910-2991.jpg",
},
id: "t4", name: "David Kim", handle: "@davidk", testimonial: "As a product manager, efficiency is key. core saves me hours by providing accurate data instantly, even on niche topics. It truly feels like a premium service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-male-using-tablet-pc-table_613910-2991.jpg"},
{
id: "t5",
name: "Olivia White",
handle: "@oliviaw",
testimonial: "The fact that core doesn't make mistakes is its greatest strength. Its incredibly reliable and has become an indispensable tool in my daily workflow.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-surprised-by-ai-materializing-screen-unprompted_482257-90809.jpg",
},
id: "t5", name: "Olivia White", handle: "@oliviaw", testimonial: "The fact that core doesn't make mistakes is its greatest strength. Its incredibly reliable and has become an indispensable tool in my daily workflow.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-surprised-by-ai-materializing-screen-unprompted_482257-90809.jpg"},
]}
showRating={true}
title="What Our Users Say"
@@ -313,14 +208,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"InnovateAI",
"DataGenius",
"QuantumLeap Solutions",
"FutureTech Corp",
"Cognitive Labs",
"NextGen Analytics",
"Synergy Systems",
]}
"InnovateAI", "DataGenius", "QuantumLeap Solutions", "FutureTech Corp", "Cognitive Labs", "NextGen Analytics", "Synergy Systems"]}
title="Trusted by Industry Leaders"
description="core is the intelligent assistant of choice for companies at the forefront of innovation. Join the ranks of businesses that rely on our flawless AI for critical insights."
speed={30}
@@ -334,35 +222,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How does core guarantee error-free responses?",
content: "core utilizes a multi-layered verification system and a proprietary confidence scoring algorithm to ensure that every piece of information provided is factually accurate and consistent with its knowledge base.",
},
id: "q1", title: "How does core guarantee error-free responses?", content: "core utilizes a multi-layered verification system and a proprietary confidence scoring algorithm to ensure that every piece of information provided is factually accurate and consistent with its knowledge base."},
{
id: "q2",
title: "What happens when core doesn't know an answer?",
content: "Unlike other chatbots, core doesn't just say 'I don't know.' It automatically initiates a real-time search across reliable internet sources, synthesizes the information, and presents you with the most up-to-date and relevant answer.",
},
id: "q2", title: "What happens when core doesn't know an answer?", content: "Unlike other chatbots, core doesn't just say 'I don't know.' It automatically initiates a real-time search across reliable internet sources, synthesizes the information, and presents you with the most up-to-date and relevant answer."},
{
id: "q3",
title: "Is core's internet search feature truly real-time?",
content: "Yes, core is designed to perform searches dynamically at the moment of your query. This ensures that even for rapidly changing topics, you receive the very latest information available online.",
},
id: "q3", title: "Is core's internet search feature truly real-time?", content: "Yes, core is designed to perform searches dynamically at the moment of your query. This ensures that even for rapidly changing topics, you receive the very latest information available online."},
{
id: "q4",
title: "How does core maintain a premium feel?",
content: "From its intuitive interface and seamless response times to the quality of its accurate and comprehensive answers, every aspect of core is crafted to provide a superior, premium user experience.",
},
id: "q4", title: "How does core maintain a premium feel?", content: "From its intuitive interface and seamless response times to the quality of its accurate and comprehensive answers, every aspect of core is crafted to provide a superior, premium user experience."},
{
id: "q5",
title: "Can core be integrated with existing systems?",
content: "Yes, our enterprise plans offer custom integration options to seamlessly embed core's capabilities into your existing workflows and applications. Contact our sales team for more details.",
},
id: "q5", title: "Can core be integrated with existing systems?", content: "Yes, our enterprise plans offer custom integration options to seamlessly embed core's capabilities into your existing workflows and applications. Contact our sales team for more details."},
{
id: "q6",
title: "What measures are taken for data privacy?",
content: "We prioritize user privacy with robust encryption, strict data handling protocols, and compliance with global data protection regulations. Your conversations with core are secure and confidential.",
},
id: "q6", title: "What measures are taken for data privacy?", content: "We prioritize user privacy with robust encryption, strict data handling protocols, and compliance with global data protection regulations. Your conversations with core are secure and confidential."},
]}
title="Common Questions About core"
description="Find answers to the most frequently asked questions about core's unique capabilities, from accuracy to real-time search and more."
@@ -379,22 +249,14 @@ export default function LandingPage() {
description="Have questions, need a demo, or interested in enterprise solutions? Reach out to our team, and we'll help you unlock the full potential of core."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/diverse-customer-center-workers-assisting-clients-with-installing-software_482257-126181.jpg"
@@ -410,54 +272,33 @@ export default function LandingPage() {
logoText="core"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "Demo",
href: "#contact",
},
label: "Demo", href: "#contact"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}