diff --git a/src/app/page.tsx b/src/app/page.tsx
index 802b533..f4c90f6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
+import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -45,7 +45,7 @@ export default function LandingPage() {
-
@@ -145,10 +134,6 @@ export default function LandingPage() {
id: "2", name: "John Thompson", handle: "Property Manager", testimonial: "Used them for over 20 years – always reliable and professional. They never let me down.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
{
id: "3", name: "Emily Davis", handle: "Gold Coast Resident", testimonial: "Arrived on time and fixed the issue quickly. Very happy with the result!", imageSrc: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg"},
- {
- id: "4", name: "Michael Roberts", handle: "Local Small Business", testimonial: "Honest family business with excellent service. They treat their customers like gold.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2"},
- {
- id: "5", name: "Rebecca Wilson", handle: "Southport Homeowner", testimonial: "Reliable, honest, and truly professional. Great team to work with.", imageSrc: "http://img.b2bpic.net/free-photo/man-making-ok-sign-white-background_1368-4167.jpg"},
]}
title="What Our Customers Say"
description="Trust in our 20+ years of local experience across the Gold Coast."
@@ -180,4 +165,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file