From 0d629458a5454395764e60f7d538060031368f0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:28:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 056b348..cbe4e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() {