diff --git a/src/app/page.tsx b/src/app/page.tsx index 1277b1f..97d5f46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactForm from '@/components/form/ContactForm'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import { MapPin, Mail, Phone, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -25,103 +28,101 @@ export default function LandingPage() { >
- +
+ +
+
- +
+ +
+
- +
-
); -} +} \ No newline at end of file