From aa188e6cec5742fc8e43412ea840bac5754c8f60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:33:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 179 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f72f985..2d490fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award } from "lucide-react"; +import { Award, Phone, Mail, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,11 @@ export default function LandingPage() {