Update src/pages/HomePage.tsx
This commit is contained in:
@@ -6,8 +6,8 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel';
|
||||
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
||||
import { Database, Star, User } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import { Database, Zap, TrendingUp, Shield } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -52,14 +52,14 @@ export default function HomePage() {
|
||||
description="Enterprise-grade AI, accessible to any business."
|
||||
features={[
|
||||
{
|
||||
title: "Chat Intelligence", description: "AI-driven conversations.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [{ userMessage: "How do I grow?", aiResponse: "Use our predictive model." }],
|
||||
title: "Chat Intelligence", description: "AI-driven conversations.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [{ userMessage: "How do I grow?", aiResponse: "Use our predictive model." }],
|
||||
placeholder: "Ask AI..."
|
||||
},
|
||||
{
|
||||
title: "Data Orbiting", description: "Always-on data monitoring.", bentoComponent: "orbiting-icons", centerIcon: "Database", orbitIcons: ["Zap", "TrendingUp", "Shield"]
|
||||
title: "Data Orbiting", description: "Always-on data monitoring.", bentoComponent: "orbiting-icons", centerIcon: "Database", orbitIcons: ["Zap", "TrendingUp", "Shield"]
|
||||
},
|
||||
{
|
||||
title: "Action Roadmap", description: "Clear step-by-step guidance.", bentoComponent: "checklist-timeline", heading: "Implementation", subheading: "Get started in 3 days", checklistItems: [
|
||||
title: "Action Roadmap", description: "Clear step-by-step guidance.", bentoComponent: "checklist-timeline", heading: "Implementation", subheading: "Get started in 3 days", checklistItems: [
|
||||
{ label: "Data audit", detail: "1 day" },
|
||||
{ label: "Model training", detail: "1 day" },
|
||||
{ label: "Go live", detail: "1 day" }
|
||||
|
||||
Reference in New Issue
Block a user