From 2f69c826a74c47b196b22e7ad1843926e519cb55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:36:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 164 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b8113b..f71709a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,11 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Zap, Target, Star, Users } from "lucide-react"; export default function LandingPage() { const trackCall = () => { @@ -37,14 +38,10 @@ export default function LandingPage() {