From 0460b3c1c40649948c8873e9c0c48ae3e449c22e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:52:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45755ce..67f45c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -186,39 +186,25 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1