From 12fb193b1f50d01cd228757e72c07a7ab17a45ea Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 12:42:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 206 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb079d8..d54bd6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,17 @@ import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react"; +import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric'; +import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import BlogCardEleven from '@/components/sections/blog/BlogCardEleven'; +import ContactText from '@/components/sections/contact/ContactText'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock, CheckCircle2, Check, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -52,14 +62,35 @@ export default function LandingPage() {
- +
+ +
+
@@ -169,21 +200,172 @@ export default function LandingPage() { /> -
-
- -

Map

-

Locations map coming soon

-
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ Foundation
, + content: <>

Foundation

Started our journey

+ }, + { + id: "2", + reverse: true, + media:
Growth
, + content: <>

Growth

Expanded our reach

+ } + ]} + /> +
+ +
+
-- 2.49.1