From 5f749f9343de9444dad3d689a07dd267a59a657b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:35:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f310a..a0ef14b 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 ContactText from '@/components/sections/contact/ContactText'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Star } from "lucide-react"; export default function LandingPage() { @@ -102,36 +102,52 @@ export default function LandingPage() {
-
-
); -} \ No newline at end of file +} -- 2.49.1