diff --git a/src/app/page.tsx b/src/app/page.tsx index 418b201..7e56240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import { BarChart3, Users, Target, Zap } from 'lucide-react'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { BarChart3, Users, Target, Zap, Waves } from 'lucide-react'; export default function LandingPage() { return ( @@ -59,6 +59,17 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-
); -} \ No newline at end of file +}