Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 11:51:21 +00:00
2 changed files with 20 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial/HeroOverlayTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout/MetricSplitMediaAbout';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven/FeatureCardSeven';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen/TestimonialCardSixteen';
import ContactCenter from '@/components/sections/contact/ContactCenter/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function HomePage() {
@@ -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?_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" }
{ name: "Sarah J.", quote: "Unlimited P&H saved our weekend! Fast, friendly, and fixed the issue perfectly. Highly recommend their emergency service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg", imageAlt: "Sarah J. customer review" },
{ name: "Michael C.", quote: "Reliable and professional for our commercial property. Their team is knowledgeable and always gets the job done right.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", imageAlt: "Michael C. customer review" },
{ name: "Emily R.", quote: "Fantastic furnace installation! Efficient, clean, and great value. Our home has never been cozier.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598986.jpg", imageAlt: "Emily R. customer review" },
{ name: "David K.", quote: "Called them for a leaky faucet, and they were quick to respond. Very impressed with the quality of work and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", imageAlt: "David K. customer review" },
{ name: "Jessica L.", quote: "First-time homeowner plumbing issue they made it stress-free! Explained everything clearly and fixed it efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-hand-chest-uniform-looking-grateful_176474-35950.jpg", 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?_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" }
{ 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" }
]}
animationType={"depth-3d"}
textboxLayout={"default"}

View File

@@ -1,10 +1,10 @@
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureImageSide from '@/components/sections/feature/FeatureImageSide';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo/ProductCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia/FaqSplitMedia';
import FeatureImageSide from '@/components/sections/feature/FeatureImageSide/FeatureImageSide';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function ServicesPage() {