Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15d3a27699 | |||
| 41baf5a7c2 | |||
| cb1c1a0e2b | |||
| fac0c31840 | |||
| 90a3da6870 |
@@ -44,7 +44,14 @@ export default function LandscapingPage() {
|
||||
tagIcon={Leaf}
|
||||
title="Elevate Your Garden"
|
||||
description="Discover our curated collection of professional landscaping tools and garden supplies designed for durability and performance."
|
||||
testimonials={[]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice J.", handle: "@alice_garden", testimonial: "Absolutely transformed my backyard. The tools are high-quality and built to last!", rating: 5
|
||||
},
|
||||
{
|
||||
name: "Mark T.", handle: "@mark_landscapes", testimonial: "Reliable, efficient, and great service. My go-to for all gardening needs.", rating: 5
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
{ text: "New Arrivals", href: "#new-arrivals" },
|
||||
|
||||
Reference in New Issue
Block a user