Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21cd6f8b1f | |||
| 6d1ead8571 | |||
| 6c3a08d693 | |||
| dca31e06e9 | |||
| 23a0ec183e | |||
| 74004e6ce7 | |||
| cf2adafc3c | |||
| 9f1dc29a89 | |||
| 9ebfb8a8d4 | |||
| 390236eb9b | |||
| 2b8ef63791 | |||
| 3bb1a86a41 | |||
| b89e9542ad | |||
| 613023a72a | |||
| 9c06a3b2c3 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Hermosa Beach Plumbing"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+18668185182"}}
|
||||
text: "Call Now", href: "tel:+18668185182"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,13 +63,13 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call Now", href: "tel:+18668185182"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-man-smiling-working-kitchen-sink_34360-4243.jpg"
|
||||
imageSrc="https://img.b2bpic.net/premium-photo/plumber-man-with-tools-plumbing-renovation_926199-2963997.jpg?id=188049427"
|
||||
imageAlt="Friendly plumber working on a kitchen sink"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-curly-hair_1145-1393.jpg", alt: "Happy customer Sarah L."},
|
||||
src: "https://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275715.jpg?id=39916125", alt: "Happy customer Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-portrait-serious-young-businessman_23-2147776495.jpg", alt: "Satisfied client John D."},
|
||||
src: "https://img.b2bpic.net/free-photo/kitchen-sink_1203-27.jpg?id=948806", alt: "Satisfied client John D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-beautiful-african-american-woman_1303-12596.jpg", alt: "Homeowner review Emily P."},
|
||||
{
|
||||
@@ -111,10 +111,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Expert Plumbing Solutions", description: "From leaky faucets and clogged drains to water heater repair and full repiping, our experienced plumbers handle it all with precision and care. We ensure your plumbing system runs smoothly."},
|
||||
title: "Expert Plumbing Solutions", description: "From leaky faucets and clogged drains to water heater repair and full repiping, our experienced plumbers handle it all with precision and care. "},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Reliable Heating Services", description: "Stay warm all winter with our comprehensive heating services, including furnace repair, maintenance, and new system installations. We keep your home cozy and energy-efficient."},
|
||||
title: "Something else", description: "Stay warm all winter with our comprehensive heating services, including furnace repair, maintenance, and new system installations. "},
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Efficient A.C. Repair & Installation", description: "Beat the heat with our top-notch air conditioning services. We provide fast repairs, routine maintenance, and energy-efficient AC installations to keep your home cool and comfortable."},
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
tag="Get in Touch"
|
||||
title="Need Service Now? Contact Us!"
|
||||
description="Whether it's a leaky pipe, a broken furnace, or an AC repair, our friendly team is ready to help. Reach out to schedule an appointment or for emergency assistance."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-minivan-street_140725-13233.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/view-exposed-plumbing-pipes-kitchen_23-2150990677.jpg?id=94957501"
|
||||
imageAlt="Service van driving through a city"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
@@ -270,4 +270,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user