From 763d71c96587a274665f2edd800bab83dbc292c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:42:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 ++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57dd819..f23263f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -31,14 +32,10 @@ export default function LandingPage() {