Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-24 09:25:09 +00:00

View File

@@ -58,10 +58,10 @@ export default function LandscapingPage() {
testimonials={[
{
name: "Mark J.", handle: "Homeowner", testimonial: "C'est Dou turned our messy yard into a paradise. Fast, professional, and very affordable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1"},
{
name: "Elena V.", handle: "Business Owner", testimonial: "They maintain our office property year-round with incredible attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}
]}
/>
</div>
@@ -136,8 +136,8 @@ export default function LandscapingPage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" },
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
{ id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2" },
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2" },
{ id: "3", name: "John S.", imageSrc: "http://img.b2bpic.net/free-photo/event-smiling-man-hugging-happy-wife-showing-new-keys-camera_259150-58347.jpg" },
]}
/>