diff --git a/src/app/page.tsx b/src/app/page.tsx index e15b388..7736872 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 ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Briefcase, Car, Globe, Home, MapPin, Smartphone, Wallet } from "lucide-react"; +import { Briefcase, Car, Globe, Home, MapPin, Smartphone, Wallet, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -156,23 +156,24 @@ export default function LandingPage() {
-