From 027d6f21a7ee72325c1fd975187646c07a324beb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 07:52:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebe1ef3..90023f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Crown, Star, Zap, Dumbbell, Users, Hand, Activity } from "lucide-react"; export default function LandingPage() { @@ -169,29 +169,28 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file