15 Commits

Author SHA1 Message Date
21cd6f8b1f Merge version_4 into main
Merge version_4 into main
2026-06-03 20:52:07 +00:00
6d1ead8571 Update src/app/page.tsx 2026-06-03 20:52:04 +00:00
6c3a08d693 Merge version_4 into main
Merge version_4 into main
2026-06-03 20:44:40 +00:00
dca31e06e9 Update src/app/page.tsx 2026-06-03 20:44:34 +00:00
23a0ec183e Merge version_4 into main
Merge version_4 into main
2026-06-03 20:26:35 +00:00
74004e6ce7 Update src/app/page.tsx 2026-06-03 20:26:32 +00:00
cf2adafc3c Merge version_4 into main
Merge version_4 into main
2026-06-03 20:07:46 +00:00
9f1dc29a89 Update src/app/page.tsx 2026-06-03 20:07:43 +00:00
9ebfb8a8d4 Merge version_4 into main
Merge version_4 into main
2026-06-03 20:06:05 +00:00
390236eb9b Update src/app/page.tsx 2026-06-03 20:06:02 +00:00
2b8ef63791 Merge version_4 into main
Merge version_4 into main
2026-06-03 20:05:50 +00:00
3bb1a86a41 Update src/app/page.tsx 2026-06-03 20:05:44 +00:00
b89e9542ad Merge version_4 into main
Merge version_4 into main
2026-06-03 19:41:50 +00:00
613023a72a Update src/app/page.tsx 2026-06-03 19:41:47 +00:00
9c06a3b2c3 Merge version_3 into main
Merge version_3 into main
2026-06-03 19:37:07 +00:00

View File

@@ -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>
);
}
}