diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4daf34..3e981cc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, @@ -1411,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index fd9ce01..d61191e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,28 @@ export default function HomePage() { ); -} \ No newline at end of file +}