Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 280a8d9599 | |||
| 33188febba |
@@ -39,7 +39,7 @@ export default function LandscapingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:5615900228" }}
|
||||
button={{ text: "Call Now", onClick: () => window.location.href = "tel:5615900228" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
@@ -232,7 +232,7 @@ export default function LandscapingPage() {
|
||||
},
|
||||
{
|
||||
title: "Direct Contact", items: [
|
||||
{ label: "(561) 590-0228", href: "tel:5615900228" },
|
||||
{ label: "(561) 590-0228", onClick: () => window.location.href = "tel:5615900228" },
|
||||
{ label: "info@prophetelandscape.com" },
|
||||
],
|
||||
},
|
||||
@@ -244,4 +244,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user