Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18808327fb | |||
| 279c7b1176 | |||
| 60a8b07d29 | |||
| 40e23042b9 | |||
| 4cbdbb0833 | |||
| e28b182b3b | |||
| 260822f6e4 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -39,14 +39,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
<HeroBillboard
|
||||
title="Trusted Plumbing Services in Texas"
|
||||
description="Providing expert plumbing, leak repairs, and installation services. Lone Star Plumbing is your reliable partner for home maintenance and emergency repairs."
|
||||
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=2" }]}
|
||||
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=7" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=8" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg?_wi=1"
|
||||
buttons={[{ text: "Schedule Service", href: "#contact" }]}
|
||||
avatarText="Trusted by over 500+ Texas families"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user