diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe8901..f51e46d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Users, TrendingUp, Target, Star } from "lucide-react"; +import { Users, TrendingUp, Target, Star, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -194,30 +194,83 @@ export default function LandingPage() {