From 8cd579ffa024064dcdf3dc690a4dec6ec67cdc23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 07:12:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++++++---------------------------------- 1 file changed, 71 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e607216..10af105 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, TrendingUp, Users } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Dumbbell, Target, Zap, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -30,235 +30,124 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
-
); -} \ No newline at end of file +}