From 811dd51925cb2ba39f46792ecdbe31512d54a0c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:25:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe93a9b..c91d078 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Shield } from "lucide-react"; export default function LandingPage() { @@ -146,25 +146,18 @@ export default function LandingPage() {
-
-- 2.49.1