Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Zap, Bot, User, BarChart3, Settings, CheckCircle, MessageSquare, FileCheck, Receipt, Send, MessageCircle, Mail, Globe, Calendar, CreditCard, TrendingUp, Users, Shield, Building2, UtensilsCrossed, Plane, ShoppingCart, Spa, Building, Award } from 'lucide-react';
|
||||
import { Sparkles, Zap, Bot, User, BarChart3, Settings, CheckCircle, MessageSquare, FileCheck, Receipt, Send, MessageCircle, Mail, Globe, Calendar, CreditCard, TrendingUp, Users, Shield, Building2, UtensilsCrossed, Plane, ShoppingCart, Heart, Building, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -66,15 +66,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Automation Rate", values: ["45%", "72%", "89%"],
|
||||
description: "Process efficiency gain"
|
||||
title: "Automation Rate", values: [45, 72, 89],
|
||||
valuePrefix: "%", description: "Process efficiency gain"
|
||||
},
|
||||
{
|
||||
title: "Response Time", values: ["4.2s", "2.8s", "1.1s"],
|
||||
valueSuffix: "avg", description: "Customer interaction speed"
|
||||
title: "Response Time", values: [4.2, 2.8, 1.1],
|
||||
valueSuffix: "s avg", description: "Customer interaction speed"
|
||||
},
|
||||
{
|
||||
title: "Active AI Agents", values: ["12", "24", "38"],
|
||||
title: "Active AI Agents", values: [12, 24, 38],
|
||||
description: "Deployed across clients"
|
||||
}
|
||||
],
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
title: "Retail & E-Commerce", description: "Product recommendations, inventory queries, order tracking, and customer support automation for online stores."
|
||||
},
|
||||
{
|
||||
icon: Spa,
|
||||
icon: Heart,
|
||||
title: "Wellness & Spas", description: "Appointment scheduling, service recommendations, pricing inquiries, and member engagement through AI."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user