Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03ce508d71 | |||
| 8f5c45c128 | |||
| 2a1eeaf681 | |||
| 5e82f28fb5 | |||
| add2d941ab | |||
| b176cb0430 |
@@ -181,19 +181,19 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Aliyah Gonzales", role: "Homeowner", company: "Phoenix", rating: 5,
|
id: "1", name: "Aliyah Gonzales", role: "Homeowner", company: "Phoenix", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-laptop_273609-6339.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Isaac Garcia", role: "Homeowner", company: "Mesa", rating: 5,
|
id: "2", name: "Isaac Garcia", role: "Homeowner", company: "Mesa", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3560.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-young-man-posing_23-2149512418.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "El Güero", role: "New Home Buyer", company: "Scottsdale", rating: 5,
|
id: "3", name: "El Güero", role: "New Home Buyer", company: "Scottsdale", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Jessica Lee", role: "Property Manager", company: "Chandler", rating: 5,
|
id: "4", name: "Jessica Lee", role: "Property Manager", company: "Chandler", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-hat-drinking-coffee-go_1303-9669.jpg"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -271,8 +271,8 @@ export default function LandingPage() {
|
|||||||
name: "Message", placeholder: "Tell us about your project...", rows: 5,
|
name: "Message", placeholder: "Tell us about your project...", rows: 5,
|
||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-break-office_23-2147727716.jpg"
|
imageSrc="https://images.unsplash.com/photo-1579621970588-a35d0e7ab936?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80"
|
||||||
imageAlt="Modern office space with lush green plants"
|
imageAlt="Landscape architect reviewing plans with a client"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Get a Free Quote"
|
buttonText="Get a Free Quote"
|
||||||
|
|||||||
Reference in New Issue
Block a user