Update src/app/page.tsx
This commit is contained in:
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg", imageAlt: "Professional plumber at work"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg?_wi=1", imageAlt: "Professional plumber at work"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "Pipe repair service"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg?_wi=1", imageAlt: "Pipe repair service"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg", imageAlt: "Drain cleaning service"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg?_wi=1", imageAlt: "Drain cleaning service"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg", imageAlt: "Electrical repair service"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg?_wi=1", imageAlt: "Electrical repair service"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-psd/plumbing-lowest-prices-banner-template_23-2148709809.jpg", imageAlt: "Water heater installation"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-psd/plumbing-lowest-prices-banner-template_23-2148709809.jpg?_wi=1", imageAlt: "Water heater installation"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg", imageAlt: "Emergency plumbing response"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg?_wi=2", imageAlt: "Emergency plumbing response"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -89,19 +89,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and other urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg", imageAlt: "Emergency plumbing repair"
|
||||
title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and other urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990696.jpg?_wi=2", imageAlt: "Emergency plumbing repair"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain Cleaning", description: "Fast and effective drain unclogging and cleaning services for all types of drains", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg", imageAlt: "Professional drain cleaning"
|
||||
title: "Drain Cleaning", description: "Fast and effective drain unclogging and cleaning services for all types of drains", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg?_wi=2", imageAlt: "Professional drain cleaning"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Electrical Repair", description: "Professional electrical repair, installation, and maintenance services", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg", imageAlt: "Electrical repair service"
|
||||
title: "Electrical Repair", description: "Professional electrical repair, installation, and maintenance services", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg?_wi=2", imageAlt: "Electrical repair service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Water Heater Installation", description: "Expert installation and repair of water heaters for maximum efficiency", imageSrc: "http://img.b2bpic.net/free-psd/plumbing-lowest-prices-banner-template_23-2148709809.jpg", imageAlt: "Water heater service"
|
||||
title: "Water Heater Installation", description: "Expert installation and repair of water heaters for maximum efficiency", imageSrc: "http://img.b2bpic.net/free-psd/plumbing-lowest-prices-banner-template_23-2148709809.jpg?_wi=2", imageAlt: "Water heater service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-looking-closely-lamp-hand_259150-58241.jpg?_wi=3"
|
||||
imageAlt="Customer support"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user