Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 033b5499b7 | |||
| a2f0c339c9 | |||
| f4565548db | |||
| 87249ee403 | |||
| 4300e50316 | |||
| fc38b93eb1 | |||
| c09c50d873 | |||
| 12d63993c7 |
@@ -67,7 +67,7 @@ export default function AboutUsPage() {
|
||||
id: "1", name: "Elena Rodriguez", role: "Founder & Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-dog_23-2148784852.jpg", imageAlt: "Portrait of Elena Rodriguez, Founder and Lead Designer"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", role: "Horticulture Specialist", imageSrc: "http://img.b2bpic.net/free-photo/man-working-vegetable-garden_23-2149023214.jpg", imageAlt: "Portrait of Marcus Chen, Horticulture Specialist"
|
||||
id: "2", name: "Marcus Chen", role: "Horticulture Specialist", imageSrc: "http://img.b2bpic.net/free-photo/man-working-vegetable-garden_23-2149023214.jpg?_wi=1", imageAlt: "Portrait of Marcus Chen, Horticulture Specialist"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Lee", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-nature-park_23-2149405625.jpg", imageAlt: "Portrait of Jessica Lee, Project Manager"
|
||||
|
||||
@@ -165,7 +165,7 @@ export default function LandscapingPage() {
|
||||
cardTag="Hear From Our Happy Clients"
|
||||
cardTagIcon={Leaf}
|
||||
cardTitle="Botanica Landscapes is praised for hard work, quality, and reasonable pricing throughout Yuba City and beyond."
|
||||
buttons={[{ text: "Request Your Quote", href: "#contact" }]}
|
||||
buttons={[{ text: "Request Your Quote", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -224,8 +224,8 @@ export default function LandscapingPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
buttonText="Send Message"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-view-letters-alphabet_23-2150499120.jpg"
|
||||
imageAlt="Serene garden pathway at dusk"
|
||||
imageSrc="https://images.unsplash.com/photo-1542845832-5c02928b5e9d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGxhbmRzY2FwaW5nfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60"
|
||||
imageAlt="Professional landscaper working in a lush garden with tools"
|
||||
mediaPosition="right"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function ReviewsPage() {
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-woman_23-2148784851.jpg", imageAlt: "Portrait of Emily R."
|
||||
},
|
||||
{
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-vegetable-garden_23-2149023214.jpg", imageAlt: "Portrait of David K."
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-vegetable-garden_23-2149023214.jpg?_wi=2", imageAlt: "Portrait of David K."
|
||||
},
|
||||
{
|
||||
id: "5", name: "Anna G.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-flowers_23-2149405628.jpg", imageAlt: "Portrait of Anna G."
|
||||
|
||||
Reference in New Issue
Block a user