diff --git a/src/app/page.tsx b/src/app/page.tsx index e508d83..7c2be6f 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 TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; 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, Mail, Facebook, Instagram, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -163,33 +163,31 @@ export default function LandingPage() { /> -
- -
-
-
@@ -268,4 +266,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}