From 266080ae088a3791b6c9e67682028a0636c7a666 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:13:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 128ccb5..0ea4396 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { @@ -29,12 +30,10 @@ export default function LandingPage() {