diff --git a/src/app/page.tsx b/src/app/page.tsx index b0b021a..a9ae4cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ShieldCheck, Sparkles, Car, Settings, Paintbrush, Droplets } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { return ( @@ -29,211 +30,88 @@ export default function LandingPage() {