diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f43108..80bda2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Flame, MapPin, Settings } from "lucide-react"; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Flame, MapPin, Settings, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -41,50 +41,30 @@ export default function LandingPage() {
-
-
-
-
-
-
-
); -} +} \ No newline at end of file