diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 13f0603..6cf7c0a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,403 +5,88 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { CheckCircle, Database, DollarSign, Layers, MessageSquare, Shield, Speaker, Star, User, Zap } from "lucide-react"; +import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
- -
- + tag="Next-Gen AI Automation" + title="WE BUILD END-TO-END AI AUTOMATION SYSTEMS" + description="Deploy enterprise-grade AI systems that automate operations, increase revenue, and scale your business 24/7." + primaryButton={{ text: "Start Free Trial", href: "#contact" }} + secondaryButton={{ text: "Watch Demo", href: "#showcase" }} + leftItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-furry-orb-with-pom-pom-icon_23-2152009942.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-network-flow_84443-74097.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-plexus-design-with-connecting-lines-dots-network-communications_1048-12200.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-concept_1194-617406.jpg" } + ]} + rightItems={[ + { imageSrc: "http://img.b2bpic.net/free-photo/robotic-human-heart-futuristic-representation_23-2151681123.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colorful-lights_23-2147881599.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524379.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roman-figure-statue_23-2149444218.jpg" } + ]} + /> + +
+
+ - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
+ tag="Core Capabilities" + title="Built for Intelligent Scale" + description="From lead gen to security, our stack empowers your business with autonomous workflows." + features={[ + { title: "AI Lead Gen", description: "High-intent automated lead sourcing.", bentoComponent: "orbiting-icons", centerIcon: "Zap", orbitIcons: ["Bot", "Target", "User", "BarChart"] }, + { title: "CRM Integration", description: "Seamless data flow between platforms.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Database", label: "Sync Speed", value: "1ms" }, { icon: "Layers", label: "Integrations", value: "500+" }, { icon: "Shield", label: "Success", value: "100%" }] }, + { title: "Predictive Analytics", description: "Foresee future market movements.", bentoComponent: "animated-bar-chart" }, + { title: "Enterprise Security", description: "Bank-grade encrypted AI operations.", bentoComponent: "checklist-timeline", heading: "Safety Protocols", subheading: "Standards met", checklistItems: [{ label: "SOC2", detail: "Certified" }, { label: "GDPR", detail: "Compliant" }, { label: "AES", detail: "256-bit" }], completedLabel: "Secure" }, + { title: "Smart Assistant", description: "Context-aware AI support systems.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [{ userMessage: "Scale ops?", aiResponse: "Running 24/7." }, { userMessage: "Profit?", aiResponse: "Increased by 40%." }, { userMessage: "Security?", aiResponse: "Fully encrypted." }], placeholder: "..." }, + { title: "Workflows", description: "Automated pipeline management.", bentoComponent: "media-stack", mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-checking-satisfaction-checklist-box-copy-space_1258-88647.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-126438.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg" }] }, + { title: "Sales Agent", description: "Automated outreach & conversion.", bentoComponent: "tilted-stack-cards", stackCards: [{ icon: "MessageSquare", title: "Outreach", subtitle: "Autonomous", detail: "Automated" }, { icon: "CheckCircle", title: "Conversion", subtitle: "High", detail: "Optimized" }, { icon: "DollarSign", title: "Revenue", subtitle: "Growth", detail: "Scale" }] }, + { title: "Marketing Engine", description: "Autonomous content distribution.", bentoComponent: "icon-text-marquee", centerIcon: "Speaker", marqueeTexts: ["Viral", "Impact", "Growth", "Scale"] } + ]} + /> +
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ ); -} +} \ No newline at end of file