diff --git a/src/app/page.tsx b/src/app/page.tsx index ea06910..e508d83 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 TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; 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 } from 'lucide-react'; +import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail, Facebook, Instagram, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -178,25 +178,19 @@ export default function LandingPage() {
-