diff --git a/src/app/page.tsx b/src/app/page.tsx
index 85ad4e9..bb697fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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"
/>
@@ -212,14 +218,14 @@ export default function LandingPage() {
@@ -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"
/>