From 0306ff695c2f4996996d558e38f05a3a9e9cb963 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:26:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 387 ++++++++--------------------------------------- 1 file changed, 62 insertions(+), 325 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e42ace..06130d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { MapPin, Coffee, Dumbbell, Star, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -29,373 +30,109 @@ export default function LandingPage() { >
-
-
-
-
- -
- -
-
-
-
); -} +} \ No newline at end of file -- 2.49.1