Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-04 00:31:43 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -1390,4 +1390,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -6,7 +6,7 @@ import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarou
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
@@ -92,22 +92,22 @@ export default function HomePage() {
const testimonialData = [
{
id: "1", name: "Heidi M.", handle: "Mount Airy, MD", testimonial: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Heidi M."
id: "1", name: "Heidi M., Mount Airy, MD", date: "Date: 15 November 2024", title: "Quinn cares a lot about customer service", quote: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.", tag: "Window Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=2", imageAlt: "Heidi M."
},
{
id: "2", name: "Joe P.", handle: "Linganore, MD", testimonial: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Joe P."
id: "2", name: "Joe P., Linganore, MD", date: "Date: 10 October 2024", title: "Great service and communication", quote: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.", tag: "Window Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=2", imageAlt: "Joe P."
},
{
id: "3", name: "Lisa M.", handle: "Mount Airy, MD", testimonial: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Lisa M."
id: "3", name: "Lisa M., Mount Airy, MD", date: "Date: 22 September 2024", title: "Left no mess behind", quote: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.", tag: "Pressure Washing", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=2", imageAlt: "Lisa M."
},
{
id: "4", name: "David K.", handle: "Frederick County, MD", testimonial: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David K."
id: "4", name: "David K., Frederick County, MD", date: "Date: 05 August 2024", title: "Professional and thorough", quote: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!", tag: "Gutter Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=2", imageAlt: "David K."
},
{
id: "5", name: "Sarah J.", handle: "Mount Airy, MD", testimonial: "Excellent attention to detail and clear communication throughout. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Sarah J."
id: "5", name: "Sarah J., Mount Airy, MD", date: "Date: 18 July 2024", title: "Excellent attention to detail", quote: "Excellent attention to detail and clear communication throughout. Will definitely use again.", tag: "Window Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2", imageAlt: "Sarah J."
},
{
id: "6", name: "Michael T.", handle: "Linganore, MD", testimonial: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Michael T."
id: "6", name: "Michael T., Linganore, MD", date: "Date: 30 June 2024", title: "Reliable and honest", quote: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.", tag: "Pressure Washing", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=3", imageAlt: "Michael T."
},
];
@@ -205,13 +205,12 @@ export default function HomePage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
<TestimonialCardFive
title="What Our Customers Say"
description="Real feedback from satisfied homeowners throughout Mount Airy and surrounding areas"
textboxLayout="default"
useInvertedBackground={false}
testimonials={testimonialData}
animationType="slide-up"
/>
</div>