Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ text: "Get a Quote Now", href: "/contact" },
|
||||
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=1"
|
||||
imageAlt="Professional technician providing trusted home services"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
title="Why Choose ProServe?"
|
||||
description="We combine decades of expertise with a commitment to customer satisfaction. Every technician is licensed, insured, and background-checked. We're not just fixing problems—we're building community trust."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1"
|
||||
imageAlt="Our professional and certified technician team"
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
name: "HVAC Services",
|
||||
price: "Free Inspection",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg",
|
||||
"http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1",
|
||||
imageAlt: "Professional HVAC technician",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -127,7 +127,7 @@ export default function HomePage() {
|
||||
name: "Plumbing Solutions",
|
||||
price: "Free Estimate",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg",
|
||||
"http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=1",
|
||||
imageAlt: "Expert plumbing repair services",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
name: "Electrical Work",
|
||||
price: "Free Consultation",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg",
|
||||
"http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg?_wi=1",
|
||||
imageAlt: "Licensed electrical technician",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -183,42 +183,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson, satisfied customer",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen, verified customer",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez, happy homeowner",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "David Kim, trusted customer",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez, satisfied homeowner",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
|
||||
imageAlt: "Robert Thompson, verified customer",
|
||||
},
|
||||
]}
|
||||
@@ -229,7 +229,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dark-polygonal-background_23-2148122780.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dark-polygonal-background_23-2148122780.jpg?_wi=1"
|
||||
imageAlt="Professional services background"
|
||||
logoText="ProServe"
|
||||
copyrightText="© 2025 ProServe. All rights reserved. | Licensed & Insured"
|
||||
|
||||
Reference in New Issue
Block a user