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() {