Compare commits
8 Commits
version_4_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
| afdc783cb9 | |||
| 99c3394cd7 | |||
| 7158dc1482 | |||
| 282aafa87d | |||
| 18f5324381 | |||
| b10af763ee | |||
| 8e808d17d6 | |||
| 90f351b15f |
@@ -53,7 +53,7 @@ export default function LandscapingPage() {
|
||||
{ text: "Call Now", href: "tel:5207308955" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://images.pexels.com/photos/8143675/pexels-photo-8143675.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=8143675"
|
||||
imageSrc="https://images.pexels.com/photos/7227912/pexels-photo-7227912.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=7227912"
|
||||
imageAlt="Perfectly manicured lawn in Brevard County, Florida"
|
||||
showDimOverlay={true}
|
||||
textPosition="top"
|
||||
@@ -169,16 +169,16 @@ export default function LandscapingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Happy customer Sarah P."
|
||||
id: "1", name: "Sarah P."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", imageAlt: "Happy customer Michael L."
|
||||
id: "2", name: "Michael L."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica B.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Happy customer Jessica B."
|
||||
id: "3", name: "Jessica B."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert G.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-book-close-up_23-2148973429.jpg", imageAlt: "Happy customer Robert G."
|
||||
id: "4", name: "Robert G."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -284,4 +284,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user