diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e5c0d2b..062c2d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Magnum Plumbing & Gas - Emergency Plumbing Services in Toronto", description: "24/7 emergency plumbing and gas services in Toronto. Fast response, licensed professionals, 100+ five-star reviews."}; + title: "Magnum Plumbing & Gas - Emergency Plumbing Services in Toronto", description: "24/7 emergency plumbing and gas services in Toronto. Fast response, licensed professionals, 100+ five-star reviews." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index a0c0f08..59fe6e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { @@ -84,7 +84,7 @@ export default function HomePage() { tag="Trusted Local Service" tagIcon={CheckCircle} buttons={[ - { text: "Call Now", href: "tel:+14165551234" }, + { text: "Call Now", href: "tel:647-510-3477" }, { text: "Request Service", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg?_wi=1" @@ -188,22 +188,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Toronto Homeowner", testimonial: "Dylan came within an hour of our emergency call. Professional, knowledgeable, and solved our burst pipe issue immediately. Fair pricing too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait male avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait male avatar" + }, { id: "2", name: "Michael Chen", handle: "Condo Owner", testimonial: "Best plumber we've worked with in Toronto. Clear communication about the work needed, fair pricing, and excellent workmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "professional portrait female avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "professional portrait female avatar" + }, { id: "3", name: "Emily Rodriguez", handle: "Landlord", testimonial: "Magnum Plumbing handles all our rental properties. Reliable, professional, and responds quickly to tenant requests.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "professional portrait male business"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "professional portrait male business" + }, { id: "4", name: "David Kim", handle: "Restaurant Owner", testimonial: "Our commercial kitchen needed emergency gas line work. They showed up same day, fixed the issue safely, and didn't disrupt our service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "professional portrait female business"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "professional portrait female business" + }, { id: "5", name: "Jennifer Walsh", handle: "Property Manager", testimonial: "Honest, dependable, and thorough. I recommend Magnum to all my property management colleagues. They're the real deal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg?_wi=1", imageAlt: "professional portrait male service"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg?_wi=1", imageAlt: "professional portrait male service" + }, { id: "6", name: "Robert Thompson", handle: "Business Owner", testimonial: "Replaced our old water heater with a tankless system. Great service, competitive pricing, and they explained everything clearly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "professional portrait female service"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "professional portrait female service" + }, ]} animationType="slide-up" /> @@ -261,9 +267,9 @@ export default function HomePage() { }, { title: "Contact", items: [ - { label: "Call: (416) 555-1234", href: "tel:+14165551234" }, + { label: "Call: (647) 510-3477", href: "tel:647-510-3477" }, { label: "Email: info@magnumplumbing.ca", href: "mailto:info@magnumplumbing.ca" }, - { label: "24/7 Emergency Service", href: "tel:+14165551234" }, + { label: "24/7 Emergency Service", href: "tel:647-510-3477" }, ], }, {