Merge version_2 into main #1
@@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Award, CheckCircle, Clock, HelpCircle, Phone, PhoneCall, Star, ThumbsUp, TrendingUp, Wrench, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, HelpCircle, Phone, PhoneCall, Star, ThumbsUp, TrendingUp, Wrench, Zap, MapPin, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,21 +36,21 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
bottomLeftText="Available 24/7 for emergencies"
|
||||
bottomRightText="1-800-123-4567"
|
||||
bottomLeftText="GTA Service Area"
|
||||
bottomRightText="Emergency: 647-325-7070"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="24/7 Emergency Water Damage Restoration in Toronto"
|
||||
description="We respond within 30 minutes to protect your home from water damage. Expert restoration services for flooding, burst pipes, and water emergencies across Toronto and the GTA."
|
||||
title="24/7 Emergency Water Damage Restoration in Toronto & GTA"
|
||||
description="We respond within 30 minutes to protect your home from water damage. Expert restoration services for flooding, burst pipes, and water emergencies across Toronto, Scarborough, and the entire GTA."
|
||||
tag="Available Now"
|
||||
tagIcon={PhoneCall}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now: 1-800-123-4567", href: "tel:1-800-123-4567" },
|
||||
{ text: "Request Service" }
|
||||
{ text: "Call Now: 647-325-7070", href: "tel:647-325-7070" },
|
||||
{ text: "Emergency: 647-621-2429", href: "tel:647-621-2429" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746322.jpg"
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Why Choose Imperial Restoration?"
|
||||
description="With over 15 years of experience, Imperial Restoration has become Toronto's most trusted water damage restoration company. Our certified technicians use advanced equipment and proven methods to restore your property quickly and professionally. We're IICRC certified and work with all major insurance companies."
|
||||
description="With over 15 years of experience, Imperial Restoration has become Toronto's most trusted water damage restoration company. Our certified technicians use advanced equipment and proven methods to restore your property quickly and professionally. We're IICRC certified and work with all major insurance companies. We proudly serve all areas of the GTA including Toronto, Scarborough, Mississauga, Brampton, and surrounding regions."
|
||||
tag="Trusted Since 2008"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSixteen
|
||||
title="Our Restoration Services"
|
||||
description="Comprehensive water damage restoration solutions for residential and commercial properties"
|
||||
description="Comprehensive water damage restoration solutions for residential and commercial properties across the GTA. From water extraction to mold remediation, we handle every aspect of restoration."
|
||||
tag="Complete Solutions"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Customers Say"
|
||||
description="Families and businesses across Toronto trust Imperial Restoration to handle their water emergencies"
|
||||
description="Families and businesses across Toronto and the GTA trust Imperial Restoration to handle their water emergencies with professionalism and care."
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Imperial Restoration by the Numbers"
|
||||
description="Our proven track record speaks to our commitment to excellence and customer satisfaction"
|
||||
description="Our proven track record speaks to our commitment to excellence and customer satisfaction across the Greater Toronto Area."
|
||||
tag="Performance Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
@@ -160,10 +160,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "response", value: "30 min", title: "Average Response", description: "Emergency calls answered within 30 minutes", icon: Clock
|
||||
id: "response", value: "30 min", title: "Average Response", description: "Emergency calls answered within 30 minutes across GTA", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "satisfaction", value: "99%", title: "Customer Satisfaction", description: "98% or higher satisfaction ratings", icon: ThumbsUp
|
||||
id: "satisfaction", value: "99%", title: "Customer Satisfaction", description: "98% or higher satisfaction ratings from clients", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "certified", value: "IICRC", title: "Certified Technicians", description: "All staff certified and continuously trained", icon: CheckCircle
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about water damage restoration and our services"
|
||||
description="Find answers to common questions about water damage restoration and our services across the GTA, including Toronto, Scarborough, Mississauga, and surrounding areas."
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -187,22 +187,28 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How quickly can you respond to my emergency?", content: "We typically respond to emergency calls within 30 minutes in the Toronto area. Our 24/7 dispatch team ensures that help is always available when you need it most. Call us immediately at 1-800-123-4567 to report water damage."
|
||||
id: "1", title: "How quickly can you respond to my emergency?", content: "We typically respond to emergency calls within 30 minutes throughout the GTA, including Toronto and Scarborough. Our 24/7 dispatch team ensures that help is always available when you need it most. Call us immediately at 647-325-7070 (Main) or 647-621-2429 (Emergency Line) to report water damage."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you work with insurance companies?", content: "Yes, we work with all major insurance providers in Ontario. We can help with your claim documentation and communicate directly with your insurance adjuster to ensure seamless coverage of restoration work."
|
||||
id: "2", title: "What areas of the GTA do you serve?", content: "We provide comprehensive water damage restoration services throughout the Greater Toronto Area, including Toronto, Scarborough, Mississauga, Brampton, Etobicoke, North York, Markham, Richmond Hill, and all surrounding municipalities. Our office is located at 2370 Midland Ave Unit A19 Scarborough ON M1S 5C6."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What causes water damage besides flooding?", content: "Water damage can result from burst pipes, leaky roofs, HVAC system failures, overflowing toilets, washing machine malfunctions, and foundation cracks. We handle all types of water damage regardless of the source."
|
||||
id: "3", title: "Do you work with insurance companies?", content: "Yes, we work with all major insurance providers in Ontario. We can help with your claim documentation and communicate directly with your insurance adjuster to ensure seamless coverage of restoration work. Contact us at contact@imperial-restoration.ca for insurance inquiries."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can mold develop from water damage?", content: "Yes, mold can begin growing within 24-48 hours of water exposure. Our advanced detection methods identify mold early, and we perform complete mold remediation to prevent health risks and further damage."
|
||||
id: "4", title: "What causes water damage besides flooding?", content: "Water damage can result from burst pipes, leaky roofs, HVAC system failures, overflowing toilets, washing machine malfunctions, and foundation cracks. We handle all types of water damage regardless of the source."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Will you help prevent future water damage?", content: "Absolutely. After restoration, our team provides recommendations to prevent future water damage, such as sealing cracks, improving drainage, and maintaining gutters and downspouts."
|
||||
id: "5", title: "Can mold develop from water damage?", content: "Yes, mold can begin growing within 24-48 hours of water exposure. Our advanced detection methods identify mold early, and we perform complete mold remediation to prevent health risks and further damage."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Are your technicians certified?", content: "All Imperial Restoration technicians are IICRC (Institute of Inspection, Cleaning and Restoration Certification) certified and undergo continuous training to stay current with industry best practices."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Will you help prevent future water damage?", content: "Absolutely. After restoration, our team provides recommendations to prevent future water damage, such as sealing cracks, improving drainage, and maintaining gutters and downspouts."
|
||||
},
|
||||
{
|
||||
id: "8", title: "How can I contact Imperial Restoration?", content: "You can reach us by phone at 647-325-7070 (Main Line) or 647-621-2429 (Emergency Line). You can also email us at contact@imperial-restoration.ca. Our office address is 2370 Midland Ave Unit A19 Scarborough ON M1S 5C6. We're available 24/7 for emergencies."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -212,14 +218,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Contact Imperial Restoration Today"
|
||||
description="Don't wait with water damage. Call us immediately for 24/7 emergency restoration services across Toronto and the GTA."
|
||||
description="Don't wait with water damage. Call us immediately for 24/7 emergency restoration services across Toronto and the GTA. Main: 647-325-7070 | Emergency: 647-621-2429 | Email: contact@imperial-restoration.ca"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Help Now"
|
||||
termsText="By contacting us, you agree to our Terms and Conditions. We'll respond to your water damage emergency within 30 minutes."
|
||||
termsText="By contacting us, you agree to our Terms and Conditions. We'll respond to your water damage emergency within 30 minutes. Available 24/7 across the GTA."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -232,7 +238,17 @@ export default function LandingPage() {
|
||||
{ label: "Water Extraction", href: "#services" },
|
||||
{ label: "Drying & Dehumidification", href: "#services" },
|
||||
{ label: "Mold Remediation", href: "#services" },
|
||||
{ label: "Content Restoration", href: "#services" }
|
||||
{ label: "Content Restoration", href: "#services" },
|
||||
{ label: "Emergency Response", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Service Areas", items: [
|
||||
{ label: "Toronto", href: "#" },
|
||||
{ label: "Scarborough", href: "#" },
|
||||
{ label: "Mississauga", href: "#" },
|
||||
{ label: "Brampton", href: "#" },
|
||||
{ label: "All GTA Areas", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -240,15 +256,15 @@ export default function LandingPage() {
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#testimonials" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Blog", href: "#" }
|
||||
{ label: "Why Choose Us", href: "#about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Emergency: 1-800-123-4567", href: "tel:1-800-123-4567" },
|
||||
{ label: "Email: info@imperialrestoration.ca", href: "mailto:info@imperialrestoration.ca" },
|
||||
{ label: "Toronto, ON", href: "#" },
|
||||
{ label: "Available 24/7", href: "#" }
|
||||
{ label: "Main: 647-325-7070", href: "tel:647-325-7070" },
|
||||
{ label: "Emergency: 647-621-2429", href: "tel:647-621-2429" },
|
||||
{ label: "Email: contact@imperial-restoration.ca", href: "mailto:contact@imperial-restoration.ca" },
|
||||
{ label: "2370 Midland Ave Unit A19, Scarborough ON M1S 5C6", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -260,7 +276,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Imperial Restoration. All rights reserved. Available 24/7 for water emergencies in Toronto and the GTA."
|
||||
copyrightText="© 2024 Imperial Restoration. All rights reserved. 24/7 Emergency Water Restoration Services in Toronto & GTA. Main: 647-325-7070 | Emergency: 647-621-2429"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user