diff --git a/src/app/page.tsx b/src/app/page.tsx index a6e326c..ecf7821 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 FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, BarChart, CheckCircle, Globe, Shield, Zap } from "lucide-react"; +import { Award, BarChart, CheckCircle, Globe, Shield, Zap, Mail, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,14 +32,10 @@ export default function LandingPage() {