diff --git a/src/app/page.tsx b/src/app/page.tsx index 486c35c..ba3a87a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d40c577..1019814 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,10 +43,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "General Plumbing", price: "Expert Repairs", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Plumbing" }, - { id: "p2", name: "Gas Fitting", price: "Safe Installs", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Gas" }, - { id: "p3", name: "Hot Water Systems", price: "Fast Repairs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Systems" }, - { id: "p4", name: "Blocked Drains", price: "Fast Diagnosis", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg", brand: "Drains" }, + { id: "p1", name: "General Plumbing", price: "Expert Repairs", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=2", brand: "Plumbing" }, + { id: "p2", name: "Gas Fitting", price: "Safe Installs", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=3", brand: "Gas" }, + { id: "p3", name: "Hot Water Systems", price: "Fast Repairs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=4", brand: "Systems" }, + { id: "p4", name: "Blocked Drains", price: "Fast Diagnosis", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/rusty-pipes-closeup_169016-3282.jpg?_wi=5", brand: "Drains" }, ]} title="Professional Plumbing & Gas Services" description="Our comprehensive list of plumbing solutions."