diff --git a/src/app/page.tsx b/src/app/page.tsx index a04204f..df8e80c 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 AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Building2, Clock, Heart, Shield, Users } from "lucide-react"; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -30,377 +30,115 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
-