Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-27 01:49:35 +00:00

View File

@@ -54,25 +54,25 @@ export default function LandingPage() {
testimonials={[
{
name: "John Smith", handle: "@johns", testimonial: "Excellent service, my roof looks brand new!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-decorating-her-home-halloween_23-2149071230.jpg", imageAlt: "professional pressure washing home"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-decorating-her-home-halloween_23-2149071230.jpg?_wi=1", imageAlt: "professional pressure washing home"},
{
name: "Sarah Lee", handle: "@sarahL", testimonial: "Very professional and detailed work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hands-protective-gloves-touching-tip-cleaning-supply_114579-38477.jpg", imageAlt: "professional pressure washing home"},
imageSrc: "http://img.b2bpic.net/free-photo/hands-protective-gloves-touching-tip-cleaning-supply_114579-38477.jpg?_wi=1", imageAlt: "professional pressure washing home"},
{
name: "Mike Davis", handle: "@miked", testimonial: "Prompt, reliable, and reasonably priced.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", imageAlt: "professional pressure washing home"},
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg?_wi=1", imageAlt: "professional pressure washing home"},
{
name: "Anna Brown", handle: "@annab", testimonial: "They did a fantastic job on my driveway.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836880.jpg", imageAlt: "professional pressure washing home"},
imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836880.jpg?_wi=1", imageAlt: "professional pressure washing home"},
{
name: "David Wilson", handle: "@davidw", testimonial: "Highly recommended for all home exterior cleaning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3197.jpg", imageAlt: "professional pressure washing home"},
imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3197.jpg?_wi=1", imageAlt: "professional pressure washing home"},
]}
buttons={[
{
text: "Get Free Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-decorating-her-home-halloween_23-2149071230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-decorating-her-home-halloween_23-2149071230.jpg?_wi=2"
imageAlt="Pressure washing service in action"
avatars={[
{
@@ -104,11 +104,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
tag: "Expert", title: "Soft Washing", subtitle: "Gentle Care", description: "Safe for delicate siding and surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/hands-protective-gloves-touching-tip-cleaning-supply_114579-38477.jpg"},
tag: "Expert", title: "Soft Washing", subtitle: "Gentle Care", description: "Safe for delicate siding and surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/hands-protective-gloves-touching-tip-cleaning-supply_114579-38477.jpg?_wi=2"},
{
tag: "Safe", title: "Roof Washing", subtitle: "Deep Cleaning", description: "Remove moss and stains without damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg"},
tag: "Safe", title: "Roof Washing", subtitle: "Deep Cleaning", description: "Remove moss and stains without damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg?_wi=2"},
{
tag: "Durable", title: "Sealing", subtitle: "Protection", description: "Aggregate sealing to extend driveway life.", imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836880.jpg"},
tag: "Durable", title: "Sealing", subtitle: "Protection", description: "Aggregate sealing to extend driveway life.", imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836880.jpg?_wi=2"},
]}
title="Why Choose PureWash?"
description="We combine industry-leading equipment with specialized expertise to handle any project."
@@ -124,7 +124,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Exterior", name: "Driveway Cleaning", price: "Before", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3197.jpg"},
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3197.jpg?_wi=2"},
{
id: "2", brand: "Exterior", name: "Driveway Cleaning", price: "After", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/old-house-with-tiled-roof_169016-29073.jpg"},