diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ed1191..5569ac0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,211 +2,232 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Clock, Shield, Star, Truck, Users } from 'lucide-react'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Award, Clock, Shield, Star, Truck, Users, Zap, Target } from 'lucide-react'; export default function LandingPage() { return (
-
-
-
-
-
-
-