Update src/app/contact/page.tsx
This commit is contained in:
@@ -22,21 +22,21 @@ export default function ContactPage() {
|
||||
id: 1,
|
||||
title: "Phone Support",
|
||||
description: "Call us directly on 0418 527 497. We respond promptly to all inquiries and can often provide immediate assistance or scheduling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=4",
|
||||
imageAlt: "Phone support",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Free Quote Process",
|
||||
description: "We provide free, no-obligation quotes for all jobs. Our process is transparent and we explain everything clearly before starting work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3",
|
||||
imageAlt: "Quote consultation",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Emergency Response",
|
||||
description: "Electrical emergencies don't wait. We offer 24/7 emergency response with same-day service available for urgent situations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=3",
|
||||
imageAlt: "Emergency service",
|
||||
},
|
||||
];
|
||||
@@ -47,7 +47,7 @@ export default function ContactPage() {
|
||||
name: "John Smith",
|
||||
handle: "Residential Client",
|
||||
testimonial: "M&T Kelly completely rewired our 1970s home. Professional, punctual, and they left the place spotless. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=5",
|
||||
imageAlt: "John Smith",
|
||||
},
|
||||
{
|
||||
@@ -55,7 +55,7 @@ export default function ContactPage() {
|
||||
name: "Sarah Johnson",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Fantastic service for our commercial property. They handled everything from design to completion with expertise and care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=4",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function ContactPage() {
|
||||
name: "Michael Chen",
|
||||
handle: "Solar Customer",
|
||||
testimonial: "Had solar installed by M&T Kelly and couldn't be happier. Great savings and the system works perfectly. Very knowledgeable team!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=4",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function ContactPage() {
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Emergency Call",
|
||||
testimonial: "Called them at midnight for an electrical emergency. They arrived quickly and fixed the problem professionally. True local heroes!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function ContactPage() {
|
||||
name: "David Wilson",
|
||||
handle: "Kitchen Renovation",
|
||||
testimonial: "Coordinated perfectly with our builder during our kitchen reno. Understood the brief instantly and delivered flawlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-handsome-young-maintenance-service-worker-wearing-white-helmet_343059-3521.jpg?_wi=6",
|
||||
imageAlt: "David Wilson",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function ContactPage() {
|
||||
name: "Lisa Thompson",
|
||||
handle: "Bathroom Upgrade",
|
||||
testimonial: "Owner-operated means you get the best. Attention to detail is exceptional. Will definitely use them again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=5",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user