From 5d0874955b0dfa55dd09c631610bd706dc026c03 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 07:50:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a56b061..6c56826 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Calendar, Clock, Shield, TrendingUp } from "lucide-react"; +import { Calendar, Clock, Shield, TrendingUp, Linkedin, Twitter, Github } from "lucide-react"; export default function LandingPage() { return ( @@ -126,9 +126,9 @@ export default function LandingPage() {
-
@@ -156,14 +156,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file