Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c2072626f | |||
| 61f6f84a60 | |||
| 1440684078 | |||
| 0548378064 | |||
| bdd96c8733 |
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Reliable & Trusted Plumbers in Gold Coast"
|
||||
@@ -56,20 +56,9 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1", imageAlt: "Plumber in Gold Coast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2", imageAlt: "Professional plumbing services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=3", imageAlt: "Trusted local plumbers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=4", imageAlt: "Expert plumbing work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=5", imageAlt: "Gold Coast plumbing experts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=6", imageAlt: "Family-run business"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1"
|
||||
imageAlt="Plumber in Gold Coast"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user