From 2b8ad190b4191feafd85aef4cbb6da4e0c19b912 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:31:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) 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 +}