From ef1b891a66a9d15e41af1a0bba8a5c410a21cbce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:51:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88ec1f8..2b5e403 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -123,7 +123,7 @@ export default function LandingPage() {
-
-- 2.49.1