Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-28 18:01:24 +00:00

View File

@@ -61,11 +61,11 @@ export default function LandscapingPage() {
testimonials={[
{
name: "Julian V.", handle: "Private Estate Owner", testimonial: "The attention to detail provided by Prophete Luxury Landscape is unmatched. Truly transformative.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1"
},
{
name: "Elena R.", handle: "Estate Manager", testimonial: "Professional, punctual, and highly creative. They turned our vision into a breathtaking reality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1"
},
]}
/>
@@ -165,8 +165,8 @@ export default function LandscapingPage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Estate Client A", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg" },
{ id: "2", name: "Estate Client B", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" },
{ id: "1", name: "Estate Client A", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2" },
{ id: "2", name: "Estate Client B", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2" },
{ id: "3", name: "Estate Client C", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg" },
]}
/>