Update src/app/page.tsx
This commit is contained in:
@@ -58,9 +58,9 @@ export default function LandingPage() {
|
||||
imageAlt="luxury backyard landscape design"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" },
|
||||
{ name: "Michael C.", handle: "@michaelc", testimonial: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" },
|
||||
{ name: "Emily R.", handle: "@emilyr", testimonial: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" }
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "GreenScape Elite exceeded all our expectations. Our backyard is now a true oasis!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg?_wi=1" },
|
||||
{ name: "Michael C.", handle: "@michaelc", testimonial: "Their design transformed our property value and curb appeal. Absolutely fantastic service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg?_wi=1" },
|
||||
{ name: "Emily R.", handle: "@emilyr", testimonial: "The attention to detail and professionalism are unmatched. Highly recommend GreenScape Elite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,9 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "test1", title: "Beyond Expectations", quote: "GreenScape Elite transformed our dull backyard into a stunning private oasis. The team was professional, detail-oriented, and truly brought our vision to life. We couldn't be happier!", name: "Eleanor Vance", role: "Homeowner, Beverly Hills", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg" },
|
||||
{ id: "test2", title: "Exceptional Craftsmanship", quote: "The craftsmanship and creativity of GreenScape Elite are simply unmatched. Our new patio and outdoor kitchen are the envy of the neighborhood. A truly luxurious experience from start to finish.", name: "Robert Sterling", role: "Real Estate Developer", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg" },
|
||||
{ id: "test3", title: "Seamless Transformation", quote: "From the initial consultation to the final reveal, the process was seamless. GreenScape Elite handled every detail with precision, resulting in a breathtaking landscape that perfectly complements our home.", name: "Isabella Thorne", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg" },
|
||||
{ id: "test1", title: "Beyond Expectations", quote: "GreenScape Elite transformed our dull backyard into a stunning private oasis. The team was professional, detail-oriented, and truly brought our vision to life. We couldn't be happier!", name: "Eleanor Vance", role: "Homeowner, Beverly Hills", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-handshaking-outdoors_23-2149073970.jpg?_wi=2" },
|
||||
{ id: "test2", title: "Exceptional Craftsmanship", quote: "The craftsmanship and creativity of GreenScape Elite are simply unmatched. Our new patio and outdoor kitchen are the envy of the neighborhood. A truly luxurious experience from start to finish.", name: "Robert Sterling", role: "Real Estate Developer", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-attractive-young-bearded-caucasian-gardener-blue-t-shirt-working-garden-collecting-salad-leaves-vegetables-watering-plants_176420-19899.jpg?_wi=2" },
|
||||
{ id: "test3", title: "Seamless Transformation", quote: "From the initial consultation to the final reveal, the process was seamless. GreenScape Elite handled every detail with precision, resulting in a breathtaking landscape that perfectly complements our home.", name: "Isabella Thorne", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-terrace_329181-11557.jpg?_wi=2" },
|
||||
{ id: "test4", title: "Increased Property Value", quote: "Our outdoor lighting and landscaping not only created incredible curb appeal but also significantly boosted our property's value. GreenScape Elite is an investment that truly pays off.", name: "Julian Hayes", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg" },
|
||||
{ id: "test5", title: "A True Oasis", quote: "We spend so much more time outdoors now thanks to GreenScape Elite. Our backyard is a peaceful, beautiful retreat that feels like a luxury resort. Highly, highly recommend their services!", name: "Victoria Croft", role: "Retired Executive", imageSrc: "http://img.b2bpic.net/free-photo/friends-laughin-having-fun_23-2149153525.jpg" },
|
||||
{ id: "test6", title: "Professional and Reliable", quote: "GreenScape Elite delivered a complex backyard renovation on time and within budget, with exceptional quality. Their team is professional, reliable, and a pleasure to work with.", name: "Marcus Kane", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg" }
|
||||
|
||||
Reference in New Issue
Block a user