Update src/app/page.tsx

This commit is contained in:
2026-03-03 18:17:36 +00:00
parent 5bf16cc822
commit 62b9aa5ddc

View File

@@ -48,10 +48,11 @@ export default function LandingPage() {
{ text: "Chat on WhatsApp", href: "https://wa.me/1234567890" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
imageAlt="Professional plumbing service"
mediaAnimation="blur-reveal"
imagePosition="right"
background={{ variant: "plain" }}
testimonials={[
{
name: "John Mitchell", handle: "Homeowner", testimonial: "Fast response, professional work. Fixed our burst pipe in under an hour. Highly recommended!", rating: 5,
@@ -75,7 +76,7 @@ export default function LandingPage() {
description="With over 15 years of experience, our team combines reliability with cutting-edge techniques."
subdescription="Available 24/7 for your peace of mind"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
imageAlt="Professional plumbing team"
mediaAnimation="blur-reveal"
useInvertedBackground={false}