From 8bd79ede00b71d0a3bc16edc7565f0944ca6a4ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:41:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 151 ++++++++++++++++++++++++----------------------- 1 file changed, 76 insertions(+), 75 deletions(-) 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