Merge version_1 into main #2
@@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { Heart, Users, MessageSquare, Certificate, Star } from "lucide-react";
|
||||
import { Heart, Users, MessageSquare, Award, Star } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -49,27 +49,19 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Built on Trust",
|
||||
description: "Over a decade of consistent, professional service building our reputation in Toronto",
|
||||
icon: Heart,
|
||||
title: "Built on Trust", description: "Over a decade of consistent, professional service building our reputation in Toronto", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Customer-First Approach",
|
||||
description: "We listen to your concerns and provide solutions tailored to your needs and budget",
|
||||
icon: Users,
|
||||
title: "Customer-First Approach", description: "We listen to your concerns and provide solutions tailored to your needs and budget", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Transparent Communication",
|
||||
description: "Dylan and the team always explain what's needed and provide clear pricing upfront",
|
||||
icon: MessageSquare,
|
||||
title: "Transparent Communication", description: "Dylan and the team always explain what's needed and provide clear pricing upfront", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
title: "Licensed Professionals",
|
||||
description: "All our technicians are fully licensed, insured, and trained to the highest standards",
|
||||
icon: Certificate,
|
||||
title: "Licensed Professionals", description: "All our technicians are fully licensed, insured, and trained to the highest standards", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg"
|
||||
imageAlt="Dylan, owner of Magnum Plumbing"
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -86,7 +78,7 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Google Reviews", value: "109+" },
|
||||
{ id: "2", icon: Users, title: "Happy Customers", value: "500+" },
|
||||
{ id: "3", icon: Certificate, title: "Years Serving", value: "10+" },
|
||||
{ id: "3", icon: Award, title: "Years Serving", value: "10+" },
|
||||
{ id: "4", icon: Heart, title: "Satisfaction Rate", value: "99.8%" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -103,32 +95,14 @@ export default function AboutPage() {
|
||||
showRating={true}
|
||||
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=2",
|
||||
imageAlt: "professional portrait male avatar",
|
||||
},
|
||||
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", 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=2",
|
||||
imageAlt: "professional portrait female 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", imageAlt: "professional portrait female avatar"},
|
||||
{
|
||||
id: "3",
|
||||
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=2",
|
||||
imageAlt: "professional portrait male service",
|
||||
},
|
||||
id: "3", 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", imageAlt: "professional portrait male service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -139,8 +113,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services/emergency-plumbing" },
|
||||
{ label: "Drain Cleaning", href: "/services/drain-cleaning" },
|
||||
{ label: "Water Heater", href: "/services/water-heater" },
|
||||
@@ -148,8 +121,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -157,16 +129,14 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "Email: info@magnumplumbing.ca", href: "mailto:info@magnumplumbing.ca" },
|
||||
{ label: "24/7 Emergency Service", href: "tel:+14165551234" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
151
src/app/page.tsx
151
src/app/page.tsx
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -72,7 +72,7 @@ export default function HomePage() {
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Emergency Plumbing & Gas Services in Toronto"
|
||||
description="Fast, reliable plumbing service from trusted professionals. Over 100 five-star reviews from Toronto homeowners."
|
||||
enableKpiAnimation={true}
|
||||
@@ -87,7 +87,7 @@ export default function HomePage() {
|
||||
{ text: "Call Now", href: "tel:+14165551234" },
|
||||
{ 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
|
||||
imageAlt="Professional plumber at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -120,45 +120,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing",
|
||||
description: "24/7 emergency response for burst pipes, flooding, and urgent repairs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
|
||||
imageAlt: "emergency plumbing pipe repair",
|
||||
button: { text: "Learn More", href: "/services/emergency-plumbing" },
|
||||
title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "emergency plumbing pipe repair", button: { text: "Learn More", href: "/services/emergency-plumbing" },
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Professional drain clearing and line maintenance for homes and businesses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1",
|
||||
imageAlt: "drain cleaning professional service",
|
||||
button: { text: "Learn More", href: "/services/drain-cleaning" },
|
||||
title: "Drain Cleaning", description: "Professional drain clearing and line maintenance for homes and businesses", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "drain cleaning professional service", button: { text: "Learn More", href: "/services/drain-cleaning" },
|
||||
},
|
||||
{
|
||||
title: "Water Heater Services",
|
||||
description: "Repair, installation, and maintenance of traditional and tankless systems",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg",
|
||||
imageAlt: "water heater tankless installation plumbing",
|
||||
button: { text: "Learn More", href: "/services/water-heater" },
|
||||
title: "Water Heater Services", description: "Repair, installation, and maintenance of traditional and tankless systems", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "water heater tankless installation plumbing", button: { text: "Learn More", href: "/services/water-heater" },
|
||||
},
|
||||
{
|
||||
title: "Gas Line Repair",
|
||||
description: "Safe gas line installation, repair, and leak detection services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
|
||||
imageAlt: "gas line repair detection safety",
|
||||
button: { text: "Learn More", href: "/services/gas-repair" },
|
||||
title: "Gas Line Repair", description: "Safe gas line installation, repair, and leak detection services", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "gas line repair detection safety", button: { text: "Learn More", href: "/services/gas-repair" },
|
||||
},
|
||||
{
|
||||
title: "Faucet & Fixture Installation",
|
||||
description: "Modern fixture upgrades and professional installation services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg",
|
||||
imageAlt: "faucet fixture installation modern",
|
||||
},
|
||||
title: "Faucet & Fixture Installation", description: "Modern fixture upgrades and professional installation services", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "faucet fixture installation modern"},
|
||||
{
|
||||
title: "Toilet Repair & Replacement",
|
||||
description: "Fast toilet repairs and high-efficiency replacement options",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=1",
|
||||
imageAlt: "toilet repair plumbing bathroom",
|
||||
},
|
||||
title: "Toilet Repair & Replacement", description: "Fast toilet repairs and high-efficiency replacement options", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "toilet repair plumbing bathroom"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -174,37 +150,25 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "100+ Five-Star Reviews",
|
||||
description: "Consistent customer satisfaction with transparent, professional service",
|
||||
icon: Award,
|
||||
title: "100+ Five-Star Reviews", description: "Consistent customer satisfaction with transparent, professional service", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Fast Emergency Response",
|
||||
description: "Available 24/7 for urgent plumbing issues affecting your home",
|
||||
icon: Zap,
|
||||
title: "Fast Emergency Response", description: "Available 24/7 for urgent plumbing issues affecting your home", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fair & Transparent Pricing",
|
||||
description: "No hidden fees. Clear quotes before work begins",
|
||||
icon: DollarSign,
|
||||
title: "Fair & Transparent Pricing", description: "No hidden fees. Clear quotes before work begins", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Licensed & Experienced",
|
||||
description: "Fully licensed professionals with years of industry expertise",
|
||||
icon: CheckCircle,
|
||||
title: "Licensed & Experienced", description: "Fully licensed professionals with years of industry expertise", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Clean & Professional",
|
||||
description: "Respectful service with attention to your home and property",
|
||||
icon: Sparkles,
|
||||
title: "Clean & Professional", description: "Respectful service with attention to your home and property", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Local Toronto Expertise",
|
||||
description: "Deep knowledge of Toronto's unique plumbing infrastructure and codes",
|
||||
icon: MapPin,
|
||||
title: "Local Toronto Expertise", description: "Deep knowledge of Toronto's unique plumbing infrastructure and codes", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg"
|
||||
imageAlt="Dylan, owner of Magnum Plumbing"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -221,59 +185,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "professional portrait male business",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "professional portrait female 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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", 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?_wi=1",
|
||||
imageAlt: "professional portrait female 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"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -289,21 +217,16 @@ export default function HomePage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{
|
||||
name: "service",
|
||||
type: "text",
|
||||
placeholder: "Service Needed (e.g., Emergency Repair, Water Heater)",
|
||||
required: true,
|
||||
name: "service", type: "text", placeholder: "Service Needed (e.g., Emergency Repair, Water Heater)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your plumbing issue",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your plumbing issue", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Request Service"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
|
||||
imageAlt="Professional plumber at work"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -319,8 +242,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services/emergency-plumbing" },
|
||||
{ label: "Drain Cleaning", href: "/services/drain-cleaning" },
|
||||
{ label: "Water Heater", href: "/services/water-heater" },
|
||||
@@ -328,8 +250,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -337,16 +258,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "Email: info@magnumplumbing.ca", href: "mailto:info@magnumplumbing.ca" },
|
||||
{ label: "24/7 Emergency Service", href: "tel:+14165551234" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function EmergencyPlumbingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function EmergencyPlumbingPage() {
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="24/7 Emergency Plumbing Services Toronto"
|
||||
description="When your pipes burst or flooding strikes, Magnum Plumbing responds within 1-2 hours. We're available around the clock, every day."
|
||||
enableKpiAnimation={true}
|
||||
@@ -58,7 +58,7 @@ export default function EmergencyPlumbingPage() {
|
||||
{ text: "Call Now", href: "tel:+14165551234" },
|
||||
{ text: "Request Service", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"
|
||||
imageAlt="emergency plumbing pipe repair"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -74,23 +74,11 @@ export default function EmergencyPlumbingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Burst Pipes",
|
||||
description: "Immediate response to stop water damage and prevent flooding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3",
|
||||
imageAlt: "burst pipe repair",
|
||||
},
|
||||
title: "Burst Pipes", description: "Immediate response to stop water damage and prevent flooding", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "burst pipe repair"},
|
||||
{
|
||||
title: "Water Leaks",
|
||||
description: "Identify and repair hidden leaks before they cause damage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2",
|
||||
imageAlt: "water leak detection",
|
||||
},
|
||||
title: "Water Leaks", description: "Identify and repair hidden leaks before they cause damage", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "water leak detection"},
|
||||
{
|
||||
title: "Blocked Drains",
|
||||
description: "Clear severe blockages causing backups and sewage issues",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=2",
|
||||
imageAlt: "blocked drain clearing",
|
||||
},
|
||||
title: "Blocked Drains", description: "Clear severe blockages causing backups and sewage issues", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "blocked drain clearing"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -106,27 +94,19 @@ export default function EmergencyPlumbingPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Always Staffed",
|
||||
description: "Our team is ready to respond 24 hours, 7 days a week, 365 days a year",
|
||||
icon: Clock,
|
||||
title: "Always Staffed", description: "Our team is ready to respond 24 hours, 7 days a week, 365 days a year", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Licensed Professionals",
|
||||
description: "All technicians are fully licensed, insured, and trained for emergency situations",
|
||||
icon: Shield,
|
||||
title: "Licensed Professionals", description: "All technicians are fully licensed, insured, and trained for emergency situations", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Rapid Assessment",
|
||||
description: "We quickly diagnose the problem and provide solutions to minimize damage",
|
||||
icon: Zap,
|
||||
title: "Rapid Assessment", description: "We quickly diagnose the problem and provide solutions to minimize damage", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Guaranteed Quality",
|
||||
description: "Same high standards as our regular service, even at 3 AM on Sunday",
|
||||
icon: CheckCircle,
|
||||
title: "Guaranteed Quality", description: "Same high standards as our regular service, even at 3 AM on Sunday", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
|
||||
imageAlt="Professional plumber emergency response"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -138,8 +118,7 @@ export default function EmergencyPlumbingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services/emergency-plumbing" },
|
||||
{ label: "Drain Cleaning", href: "/services/drain-cleaning" },
|
||||
{ label: "Water Heater", href: "/services/water-heater" },
|
||||
@@ -147,8 +126,7 @@ export default function EmergencyPlumbingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -156,16 +134,14 @@ export default function EmergencyPlumbingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "Email: info@magnumplumbing.ca", href: "mailto:info@magnumplumbing.ca" },
|
||||
{ label: "24/7 Emergency Service", href: "tel:+14165551234" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user