From 95b549cca2c59c37fb1d2e5d3ee9315bb0ec314e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:43:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 +++++++++++++++++------------------------------- 1 file changed, 17 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61b3792..070fe36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Waves, Droplets, Recycle, Target, ShieldCheck } from 'lucide-react'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import { Target } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,7 +30,7 @@ export default function LandingPage() {
-
@@ -101,24 +105,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1