diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c1e32c..bfd71d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Sparkles, TrendingUp, CheckCircle, Award, ShoppingCart, Users, Globe } from 'lucide-react'; +import { Sparkles, TrendingUp, CheckCircle, Award, ShoppingCart, Users, Globe, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -159,6 +159,7 @@ export default function LandingPage() {