Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional residential plumbing repair"},
|
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=1", imageAlt: "Professional residential plumbing repair"},
|
||||||
{
|
{
|
||||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Plumbing service van"},
|
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Plumbing service van"},
|
||||||
{
|
{
|
||||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Plumbing Repairs", description: "Leak repairs, pipe replacement, and faucet fixes.", imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg", buttonIcon: Wrench,
|
title: "Plumbing Repairs", description: "Leak repairs, pipe replacement, and faucet fixes.", imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg?_wi=1", buttonIcon: Wrench,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Drain Cleaning", description: "Professional snaking for kitchens and bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg", buttonIcon: Zap,
|
title: "Drain Cleaning", description: "Professional snaking for kitchens and bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/person-carefully-soaping-hands-matte-black-kitchen-faucet-home-hygiene_169016-69668.jpg", buttonIcon: Zap,
|
||||||
@@ -159,13 +159,13 @@ export default function LandingPage() {
|
|||||||
"Drain cleaning", "Sewer line inspect"],
|
"Drain cleaning", "Sewer line inspect"],
|
||||||
button: {
|
button: {
|
||||||
text: "Call Now", href: "tel:5867959955"},
|
text: "Call Now", href: "tel:5867959955"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Plumbing repair service"},
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=2", imageAlt: "Plumbing repair service"},
|
||||||
{
|
{
|
||||||
id: "emg", title: "Emergency", price: "Call", period: "/24-7", features: [
|
id: "emg", title: "Emergency", price: "Call", period: "/24-7", features: [
|
||||||
"Burst pipes", "Immediate response"],
|
"Burst pipes", "Immediate response"],
|
||||||
button: {
|
button: {
|
||||||
text: "Call Now", href: "tel:5867959955"},
|
text: "Call Now", href: "tel:5867959955"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg", imageAlt: "Plumbing repair service"},
|
imageSrc: "http://img.b2bpic.net/free-photo/old-weathered-tire-covered-with-moss-sand-daytime_181624-20384.jpg?_wi=2", imageAlt: "Plumbing repair service"},
|
||||||
]}
|
]}
|
||||||
title="Simple & Honest Pricing"
|
title="Simple & Honest Pricing"
|
||||||
description="Affordable solutions for your plumbing needs."
|
description="Affordable solutions for your plumbing needs."
|
||||||
|
|||||||
Reference in New Issue
Block a user