diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bdbc16..88d6424 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -133,25 +133,14 @@ export default function LandingPage() {
- +
+

What Our Clients Say

+
+ + + +
+
@@ -199,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file