diff --git a/src/app/page.tsx b/src/app/page.tsx index e508d83..9375507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import AboutMetric from '@/components/sections/about/AboutMetric'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail, Facebook, Instagram, Star } from 'lucide-react'; +import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail, Facebook, Instagram } from 'lucide-react'; export default function LandingPage() { return ( @@ -178,19 +178,25 @@ export default function LandingPage() {
-