7 Commits

Author SHA1 Message Date
17125c3866 Merge version_3 into main
Merge version_3 into main
2026-03-07 09:44:02 +00:00
fc1ed118c3 Update src/app/page.tsx 2026-03-07 09:43:58 +00:00
6bdf6e6bd9 Update src/app/layout.tsx 2026-03-07 09:43:57 +00:00
963fb91701 Merge version_2 into main
Merge version_2 into main
2026-03-07 09:20:56 +00:00
676242dc68 Update src/app/page.tsx 2026-03-07 09:20:51 +00:00
17151e1015 Update src/app/layout.tsx 2026-03-07 09:20:50 +00:00
0807309984 Merge version_1 into main
Merge version_1 into main
2026-03-07 09:18:50 +00:00
2 changed files with 22 additions and 57 deletions

View File

@@ -7,25 +7,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
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.",
};
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."};
export default function RootLayout({
children,

View File

@@ -59,7 +59,7 @@ export default function HomePage() {
]}
avatarText="Trusted by 500+ Montreal families"
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" },
]}
buttonAnimation="slide-up"
@@ -70,64 +70,34 @@ export default function HomePage() {
<FeatureCardTwelve
features={[
{
id: "emergency",
label: "Emergency",
title: "24/7 Emergency Plumbing & Heating",
items: [
"Immediate response to urgent issues",
"Professional emergency technicians available anytime",
"Same-day service guaranteed",
id: "emergency", label: "Emergency", title: "24/7 Emergency Plumbing & Heating", items: [
"Immediate response to urgent issues", "Professional emergency technicians available anytime", "Same-day service guaranteed"], buttons: [
{ text: "Get Quote", href: "contact" }
],
},
{
id: "repairs",
label: "Repairs",
title: "Pipe Repair & Leak Detection",
items: [
"Advanced leak detection technology",
"Pipe repair and replacement",
"Water damage prevention",
id: "repairs", label: "Repairs", title: "Pipe Repair & Leak Detection", items: [
"Advanced leak detection technology", "Pipe repair and replacement", "Water damage prevention"], buttons: [
{ text: "Learn More", href: "contact" }
],
},
{
id: "drain",
label: "Drain",
title: "Drain Cleaning & Unclogging",
items: [
"Professional drain cleaning services",
"Clog removal and prevention",
"Preventive maintenance programs",
id: "drain", label: "Drain", title: "Drain Cleaning & Unclogging", items: [
"Professional drain cleaning services", "Clog removal and prevention", "Preventive maintenance programs"],
},
{
id: "heating", label: "Heating", title: "Water Heater & Furnace Service", items: [
"Water heater installation and repair", "Boiler and furnace maintenance", "Energy-efficient system upgrades"], buttons: [
{ text: "Get Quote", href: "contact" }
],
},
{
id: "heating",
label: "Heating",
title: "Water Heater & Furnace Service",
items: [
"Water heater installation and repair",
"Boiler and furnace maintenance",
"Energy-efficient system upgrades",
],
id: "installation", label: "Install", title: "Bathroom & Kitchen Plumbing", items: [
"Modern bathroom fixture installation", "Kitchen sink and faucet installation", "Complete renovation plumbing"],
},
{
id: "installation",
label: "Install",
title: "Bathroom & Kitchen Plumbing",
items: [
"Modern bathroom fixture installation",
"Kitchen sink and faucet installation",
"Complete renovation plumbing",
],
},
{
id: "maintenance",
label: "Maintain",
title: "Preventive Maintenance Plans",
items: [
"Regular system inspections",
"Seasonal maintenance programs",
"Extended warranty protection",
],
id: "maintenance", label: "Maintain", title: "Preventive Maintenance Plans", items: [
"Regular system inspections", "Seasonal maintenance programs", "Extended warranty protection"],
},
]}
animationType="slide-up"