Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-03 11:50:18 +00:00
2 changed files with 40 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter as InterFont } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
@@ -8,19 +10,40 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const interFont = InterFont({
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
metadataBase: new URL("https://unlimitedplumbingheating.ca"),
title: "Unlimited Plumbing & Heating | 24/7 Chestermere Experts", description: "Top-rated 24/7 plumbing, heating, and drain cleaning services in Chestermere, AB. Rapid response for emergencies & expert installations. Call (403) 771-7480.", keywords: "plumber Chestermere, furnace repair Chestermere, emergency plumber AB, heating Chestermere, water heater Chestermere, drain cleaning Chestermere, HVAC Chestermere, Chestermere plumbing, Chestermere heating, 24/7 plumbing", openGraph: {
title: "Unlimited Plumbing & Heating | 24/7 Chestermere Experts", description: "Top-rated 24/7 plumbing, heating, and drain cleaning services in Chestermere, AB. Rapid response for emergencies & expert installations. Call (403) 771-7480.", url: "https://unlimitedplumbingheating.ca", siteName: "Unlimited Plumbing & Heating Ltd.", images: [{
url: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg", alt: "Unlimited Plumbing & Heating team member with tools"
}],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Unlimited Plumbing & Heating | 24/7 Chestermere Experts", description: "Top-rated 24/7 plumbing, heating, and drain cleaning services in Chestermere, AB. Rapid response for emergencies & expert installations. Call (403) 771-7480.", images: ["http://img.b2bpic.net/free-photo/barbells-gym_23-2147671885.jpg"]
},
robots: {
index: true,
follow: true
},
alternates: {
canonical: "https://unlimitedplumbingheating.ca"
}
};
export default function RootLayout({
@@ -32,7 +55,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -49,11 +49,11 @@ export default function HomePage() {
{ text: "Request a Quote", href: "/contact" }
]}
testimonials={[
{ id: "1", name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" },
{ id: "2", name: "Michael C.", handle: "@LocalBusinessOwner", testimonial: "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" },
{ id: "3", name: "Emily R.", handle: "@ChestermereMom", testimonial: "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" },
{ id: "4", name: "David K.", handle: "@SatisfiedClient", testimonial: "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" },
{ id: "5", name: "Jessica L.", handle: "@NewHomeowner", testimonial: "First-time homeowner plumbing issue they made it stress-free! Explained everything clearly and fixed it efficiently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", imageAlt: "Jessica L. customer review" }
{ id: "1", name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg?_wi=1", imageAlt: "Sarah J. customer review" },
{ id: "2", name: "Michael C.", handle: "@LocalBusinessOwner", testimonial: "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=1", imageAlt: "Michael C. customer review" },
{ id: "3", name: "Emily R.", handle: "@ChestermereMom", testimonial: "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg?_wi=1", imageAlt: "Emily R. customer review" },
{ id: "4", name: "David K.", handle: "@SatisfiedClient", testimonial: "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg?_wi=1", imageAlt: "David K. customer review" },
{ id: "5", name: "Jessica L.", handle: "@NewHomeowner", testimonial: "First-time homeowner plumbing issue they made it stress-free! Explained everything clearly and fixed it efficiently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg?_wi=1", imageAlt: "Jessica L. customer review" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-cheerfully-sticking-out-tongue_141793-28640.jpg", alt: "Customer 1" },
@@ -111,11 +111,11 @@ export default function HomePage() {
{ value: "24/7", label: "Emergency Ready" }
]}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" },
{ id: "2", name: "Michael C.", role: "Property Manager", company: "Calgary", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" },
{ id: "3", name: "Emily R.", role: "Resident", company: "Langdon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" },
{ id: "4", name: "David K.", role: "Small Business Owner", company: "Strathmore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" },
{ id: "5", name: "Jessica L.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", imageAlt: "Jessica L. customer review" }
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg?_wi=2", imageAlt: "Sarah J. customer review" },
{ id: "2", name: "Michael C.", role: "Property Manager", company: "Calgary", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg?_wi=2", imageAlt: "Michael C. customer review" },
{ id: "3", name: "Emily R.", role: "Resident", company: "Langdon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg?_wi=2", imageAlt: "Emily R. customer review" },
{ id: "4", name: "David K.", role: "Small Business Owner", company: "Strathmore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg?_wi=2", imageAlt: "David K. customer review" },
{ id: "5", name: "Jessica L.", role: "Homeowner", company: "Chestermere", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg?_wi=2", imageAlt: "Jessica L. customer review" }
]}
animationType={"depth-3d"}
textboxLayout={"default"}