From 35447fbbe8fe34ebbff5f690b4d5e49c764f2e3d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 12:11:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80ffc91..8b25e56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }, {