Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9ceb5b32f | |||
| 0bfee72959 | |||
| e89b4c799e | |||
| ab3504bbdf | |||
| 6c75e8216a | |||
| e8a8ffed52 | |||
| 1f5c016b72 | |||
| 71353e4efe | |||
| 415372ad99 | |||
| 2557b38847 | |||
| dd9e7b04ee | |||
| 95ea73e7e8 | |||
| 043eb898a5 | |||
| 24ab73de2a | |||
| cb9e9542ef |
@@ -184,6 +184,24 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Maria Rodriguez", date: "2 weeks ago", title: "Highly Recommended", quote: "Best pressure washing service in the area. They transform your property and the team is always friendly and efficient.", tag: "Complete Exterior", avatarSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", avatarAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-7", name: "James Rodriguez", date: "3 days ago", title: "Outstanding Service", quote: "From the initial quote to the final cleanup, everything was professional and thorough. Our driveway looks brand new. Will definitely call them again next year.", tag: "Driveway Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-smiling-casual-portrait_176420-7012.jpg", avatarAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-8", name: "Sarah Thompson", date: "1 week ago", title: "Exceeded Expectations", quote: "I was skeptical about pressure washing, but WBCTC Superior completely transformed my home's appearance. The professionalism and attention to detail is unmatched.", tag: "House Washing", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-indoors_176420-6986.jpg", avatarAlt: "Sarah Thompson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-9", name: "Michael Chen", date: "5 days ago", title: "Five Stars All Around", quote: "Professional crew, fair pricing, and impeccable work. They treated my property with care and the results speak for themselves. Highly recommended!", tag: "Full Property Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-man-portrait-professional-business-attire_176420-7045.jpg", avatarAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-10", name: "Linda Martinez", date: "2 days ago", title: "Best Decision Ever", quote: "Called for a deck cleaning and ended up getting the whole exterior done. Best decision! The team was friendly, efficient, and the results are fantastic.", tag: "Deck Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-face-portrait-smiling_176420-6975.jpg", avatarAlt: "Linda Martinez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-11", name: "Robert Johnson", date: "1 week ago", title: "Professional Excellence", quote: "Had concerns about water damage, but their experts assured me and delivered flawlessly. My fence looks revitalized and protected. Worth every penny.", tag: "Fence Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-business-casual-outdoor_176420-6998.jpg", avatarAlt: "Robert Johnson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-12", name: "Patricia White", date: "6 days ago", title: "Reliable & Trustworthy", quote: "Third year in a row using their service. Consistency, quality, and great customer service keep me coming back. Can't recommend them enough!", tag: "Seasonal Service", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-portrait-outdoors_176420-7020.jpg", avatarAlt: "Patricia White"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
|
||||
@@ -268,11 +286,11 @@ export default function LandingPage() {
|
||||
imageAlt="Professional pressure washing service"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Request Free Quote"
|
||||
buttonText="Get Free Quote Now"
|
||||
className="w-full"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl lg:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-opacity-90"
|
||||
descriptionClassName="text-lg text-opacity-90 pb-2"
|
||||
buttonClassName="px-8 py-3 rounded-lg font-semibold w-full sm:w-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user