Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1"
|
||||
imageAlt="Professional emergency plumber in Jersey City"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -72,11 +72,11 @@ export default function HomePage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing", description:
|
||||
"Burst pipes, gas leaks, and urgent water issues. We respond within minutes to emergency calls.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg"},
|
||||
"Burst pipes, gas leaks, and urgent water issues. We respond within minutes to emergency calls.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Water Heater Repair & Replacement", description:
|
||||
"Expert diagnosis and fast repairs. When replacement is needed, we install the right system for your home.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
"Expert diagnosis and fast repairs. When replacement is needed, we install the right system for your home.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Drain Cleaning & Maintenance", description:
|
||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
{
|
||||
id: 4,
|
||||
title: "Leak Detection & Repair", description:
|
||||
"Hidden leaks? We find them fast with advanced detection. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg"},
|
||||
"Hidden leaks? We find them fast with advanced detection. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -124,22 +124,22 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"},
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"},
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"},
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=3", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "Business Owner", testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"},
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=4", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"},
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=5", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6", name: "James Martinez", handle: "Landlord", testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"},
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=6", imageAlt: "James Martinez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user