diff --git a/src/app/page.tsx b/src/app/page.tsx
index aba8664..26fdb3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Star, User } from "lucide-react";
+import { Star, User, Database, Zap, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,16 +29,11 @@ export default function LandingPage() {
@@ -47,24 +42,22 @@ export default function LandingPage() {
@@ -74,23 +67,19 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
+ title="Predictive Data Analytics"
+ description="Transform raw data into actionable intelligence. Our predictive engine identifies market shifts and operational bottlenecks before they impact your bottom line."
features={[
{
- title: "Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe"
+ title: "Automated Forecasting", description: "Leverage historical data to predict future trends with 99% accuracy.", bentoComponent: "reveal-icon", icon: Database
},
{
- title: "AI Assistant", description: "Interactive chat interface for fast queries.", bentoComponent: "chat", aiIcon: Star,
- userIcon: User,
- placeholder: "Ask anything...", exchanges: [
- {
- userMessage: "Optimize my workflow", aiResponse: "I've optimized your project structure."},
- {
- userMessage: "Summarize data", aiResponse: "Data summary ready for review."},
- ]
+ title: "Rapid Deployment", description: "Integrate our predictive stack into your workflow in minutes, not months.", bentoComponent: "reveal-icon", icon: Zap
},
+ {
+ title: "Conversion Focus", description: "Target high-value segments with precision analytics tools.", bentoComponent: "reveal-icon", icon: Target
+ }
]}
- title="Powerful AI Capabilities"
- description="Automate complex data tasks and scale your operations with enterprise-grade AI tools."
/>
@@ -101,35 +90,24 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "150%", description: "Increased Productivity"},
- {
- id: "m2", value: "500+", description: "Active Projects"},
- {
- id: "m3", value: "24/7", description: "AI Processing"},
+ { id: "m1", value: "85%", description: "Predictive Accuracy" },
+ { id: "m2", value: "40%", description: "Lower Cost-per-Lead" },
+ { id: "m3", value: "3x", description: "Faster Insight Generation" },
]}
- title="Platform Impact"
- description="Measurable results for your digital business."
+ title="Measurable Platform Impact"
+ description="Proven results for scaling enterprises."
/>