Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 676242dc68 | |||
| 17151e1015 | |||
| 0807309984 |
@@ -7,25 +7,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const mulish = Mulish({
|
const mulish = Mulish({
|
||||||
variable: "--font-mulish",
|
variable: "--font-mulish", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Plomberie Chauffage Montréal | Emergency Plumbing & Heating Services",
|
title: "Plomberie Chauffage Montréal | Emergency Plumbing & Heating Services", description: "24/7 emergency plumbing and heating services in Montréal. Trusted local experts for pipe repair, drain cleaning, water heater service, and furnace maintenance."};
|
||||||
description: "24/7 emergency plumbing and heating services in Montréal. Trusted local experts for pipe repair, drain cleaning, water heater service, and furnace maintenance.",
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Montreal families"
|
avatarText="Trusted by 500+ Montreal families"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+1-514-XXX-XXXX" },
|
{ text: "Get Emergency Service", href: "tel:+1-514-XXX-XXXX" },
|
||||||
{ text: "Request Service", href: "contact" },
|
{ text: "Request Service", href: "contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -70,64 +70,28 @@ export default function HomePage() {
|
|||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "emergency",
|
id: "emergency", label: "Emergency", title: "24/7 Emergency Plumbing & Heating", items: [
|
||||||
label: "Emergency",
|
"Immediate response to urgent issues", "Professional emergency technicians available anytime", "Same-day service guaranteed"],
|
||||||
title: "24/7 Emergency Plumbing & Heating",
|
|
||||||
items: [
|
|
||||||
"Immediate response to urgent issues",
|
|
||||||
"Professional emergency technicians available anytime",
|
|
||||||
"Same-day service guaranteed",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "repairs",
|
id: "repairs", label: "Repairs", title: "Pipe Repair & Leak Detection", items: [
|
||||||
label: "Repairs",
|
"Advanced leak detection technology", "Pipe repair and replacement", "Water damage prevention"],
|
||||||
title: "Pipe Repair & Leak Detection",
|
|
||||||
items: [
|
|
||||||
"Advanced leak detection technology",
|
|
||||||
"Pipe repair and replacement",
|
|
||||||
"Water damage prevention",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "drain",
|
id: "drain", label: "Drain", title: "Drain Cleaning & Unclogging", items: [
|
||||||
label: "Drain",
|
"Professional drain cleaning services", "Clog removal and prevention", "Preventive maintenance programs"],
|
||||||
title: "Drain Cleaning & Unclogging",
|
|
||||||
items: [
|
|
||||||
"Professional drain cleaning services",
|
|
||||||
"Clog removal and prevention",
|
|
||||||
"Preventive maintenance programs",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "heating",
|
id: "heating", label: "Heating", title: "Water Heater & Furnace Service", items: [
|
||||||
label: "Heating",
|
"Water heater installation and repair", "Boiler and furnace maintenance", "Energy-efficient system upgrades"],
|
||||||
title: "Water Heater & Furnace Service",
|
|
||||||
items: [
|
|
||||||
"Water heater installation and repair",
|
|
||||||
"Boiler and furnace maintenance",
|
|
||||||
"Energy-efficient system upgrades",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "installation",
|
id: "installation", label: "Install", title: "Bathroom & Kitchen Plumbing", items: [
|
||||||
label: "Install",
|
"Modern bathroom fixture installation", "Kitchen sink and faucet installation", "Complete renovation plumbing"],
|
||||||
title: "Bathroom & Kitchen Plumbing",
|
|
||||||
items: [
|
|
||||||
"Modern bathroom fixture installation",
|
|
||||||
"Kitchen sink and faucet installation",
|
|
||||||
"Complete renovation plumbing",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "maintenance",
|
id: "maintenance", label: "Maintain", title: "Preventive Maintenance Plans", items: [
|
||||||
label: "Maintain",
|
"Regular system inspections", "Seasonal maintenance programs", "Extended warranty protection"],
|
||||||
title: "Preventive Maintenance Plans",
|
|
||||||
items: [
|
|
||||||
"Regular system inspections",
|
|
||||||
"Seasonal maintenance programs",
|
|
||||||
"Extended warranty protection",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user