Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 19:23:58 +00:00

View File

@@ -114,10 +114,10 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Residential", name: "Modern Minimalist Garden", price: "Featured Design", rating: 5,
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Modern minimalist garden with clean lines"},
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=1", imageAlt: "Modern minimalist garden with clean lines"},
{
id: "2", brand: "Residential", name: "Contemporary Landscape Refresh", price: "Featured Design", rating: 5,
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Contemporary landscape with hardscape elements"},
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=2", imageAlt: "Contemporary landscape with hardscape elements"},
{
id: "3", brand: "Residential", name: "Lush Backyard Oasis", price: "Featured Design", rating: 5,
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg", imageAlt: "Lush backyard garden with water features"},
@@ -139,19 +139,19 @@ export default function LandingPage() {
{
id: "1", name: "Margaret Chen", handle: "@margaretc", testimonial:
"Earth Liaison completely transformed our backyard into a peaceful retreat. Their attention to detail and understanding of our vision was remarkable. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Margaret Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Margaret Chen"},
{
id: "2", name: "Jessica Rodriguez", handle: "@jessicagarden", testimonial:
"Working with the team was such a pleasure. They listened to every idea we had and created something even more beautiful than we imagined.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Jessica Rodriguez"},
{
id: "3", name: "David Thompson", handle: "@davidhome", testimonial:
"Professional, creative, and genuinely passionate about gardens. Our new landscape is the envy of the neighborhood. Thank you, Earth Liaison!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "David Thompson"},
{
id: "4", name: "Sarah Williams", handle: "@sarahoutdoors", testimonial:
"From consultation to installation, every step was seamless. The quality of work is outstanding, and the ongoing support is invaluable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Williams"},
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Williams"},
]}
/>
</div>