From 5e120b471cab2b1f83e8ecaca37bd97df1a1997c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:45:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 ++++++++--------------------------------------- 1 file changed, 45 insertions(+), 216 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de00ffd..405c4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactText from '@/components/sections/contact/ContactText'; export default function LandingPage() { return ( @@ -29,25 +30,15 @@ export default function LandingPage() { @@ -56,38 +47,15 @@ export default function LandingPage() {
@@ -96,21 +64,12 @@ export default function LandingPage() {
-
+
@@ -259,49 +128,9 @@ export default function LandingPage() {