Update src/app/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg", imageAlt: "Plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "Gas fitting tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=1", imageAlt: "Gas fitting tools" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -94,8 +94,8 @@ export default function LandingPage() {
|
||||
title="Clear & Transparent Pricing"
|
||||
description="Quality service at rates you can depend on."
|
||||
plans={[
|
||||
{ id: "basic", title: "General Repair", price: "$120", period: "/ hr", features: ["Qualified Plumber", "1-Hour Minimum", "Standard Parts Included", "Workmanship Guarantee"], button: { text: "Book Now", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg" },
|
||||
{ id: "pro", title: "Emergency Callout", price: "$250", period: "/ visit", features: ["24/7 Availability", "Priority Response", "Comprehensive Diagnosis", "Full Report Provided"], button: { text: "Emergency Call", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg" },
|
||||
{ id: "basic", title: "General Repair", price: "$120", period: "/ hr", features: ["Qualified Plumber", "1-Hour Minimum", "Standard Parts Included", "Workmanship Guarantee"], button: { text: "Book Now", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=1" },
|
||||
{ id: "pro", title: "Emergency Callout", price: "$250", period: "/ visit", features: ["24/7 Availability", "Priority Response", "Comprehensive Diagnosis", "Full Report Provided"], button: { text: "Emergency Call", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user