Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 687b98472c | |||
| 5b6942ae41 | |||
| 4e8677c3f6 | |||
| e569650d8d |
@@ -45,17 +45,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=1", imageAlt: "beautiful landscaped residential garden path" },
|
||||
{ name: "James Cook", handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-bush_23-2148568680.jpg?_wi=1", imageAlt: "landscaper working in garden" },
|
||||
{ name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=1", imageAlt: "happy client portrait garden" },
|
||||
{ name: "Mike Henderson", handle: "@mikeh", testimonial: "The best design team I have worked with for my property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=1", imageAlt: "homeowner standing in garden" },
|
||||
{ name: "Emily Davis", handle: "@edavis", testimonial: "Professional, eco-friendly, and highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=1", imageAlt: "portrait elderly gardener happy" }
|
||||
{ name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=1", imageAlt: "happy client portrait garden" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg", alt: "Customer 5" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", alt: "Customer 3" }
|
||||
]}
|
||||
avatarText="Trusted by 100+ local homeowners"
|
||||
/>
|
||||
@@ -98,11 +94,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Client 1", handle: "@user1", testimonial: "Amazing results on our patio project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Client 2", handle: "@user2", testimonial: "My plants have never been healthier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Client 3", handle: "@user3", testimonial: "Professional and courteous team throughout.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Client 4", handle: "@user4", testimonial: "Simply wonderful organic gardening results.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-flower-seller-holds-flowers-pot-garden-market-shop_613910-13607.jpg" },
|
||||
{ id: "t5", name: "Client 5", handle: "@user5", testimonial: "A complete joy to work with this company.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-young-good-looking-caucasian-bearded-man-blue-shirt-gloves-smiling-camera-holding-pot-with-flower-hands-working-garden_176420-19923.jpg" }
|
||||
{ id: "t1", name: "Sarah Miller", handle: "@sarahmlr", testimonial: "Transformed our backyard into a true organic sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg?_wi=2" },
|
||||
{ id: "t2", name: "James Cook", handle: "@jcook", testimonial: "Exceptional organic landscaping knowledge and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15249.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Anna Rivera", handle: "@arivera", testimonial: "I love how sustainable and beautiful the garden looks.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See how Green Bean’s Landscaping has changed outdoor spaces across the community."
|
||||
@@ -113,7 +107,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to design your organic oasis? Contact us today to schedule a consultation for your property."
|
||||
text="Ready to design your organic oasis? Contact us today. Phone: (555) 123-4567 | Address: 123 Maple Avenue, Green Valley, OR 97000"
|
||||
buttons={[{ text: "Get Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,11 +118,11 @@ export default function LandingPage() {
|
||||
logoText="Green Bean’s Organic Ideas"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Contact", items: [{ label: "Email", href: "mailto:info@greenbeanslandscaping.com" }, { label: "Schedule", href: "#contact" }] }
|
||||
{ title: "Contact Information", items: [{ label: "(555) 123-4567", href: "tel:+15551234567" }, { label: "123 Maple Ave, Green Valley, OR", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user