Update src/app/page.tsx

This commit is contained in:
2026-06-02 07:02:23 +00:00
parent eaeace09bd
commit 53925c5ffa

View File

@@ -61,24 +61,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah J.", handle: "@sarah_designs", testimonial: "Our backyard was completely transformed! GreenScape Pros exceeded all expectations with their incredible vision and execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg"
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148618908.jpg"},
{
name: "Michael L.", handle: "@michaels_home", testimonial: "Professional, punctual, and passionate. They turned our overgrown yard into a serene oasis. Highly recommend their services!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"
},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"},
{
name: "Emily R.", handle: "@emily_gardens", testimonial: "From design to maintenance, GreenScape Pros handled everything flawlessly. Our garden has never looked better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-black-apron-working-greenhouse_1157-30878.jpg"
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-black-apron-working-greenhouse_1157-30878.jpg"},
{
name: "David K.", handle: "@davidk_outdoors", testimonial: "Their hardscaping work is top-notch! We now have a beautiful, durable patio that's perfect for entertaining.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4192.jpg"
},
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4192.jpg"},
{
name: "Olivia M.", handle: "@olivia_landscapes", testimonial: "The team listened to our ideas and brought them to life with such creativity and skill. Truly artists of the landscape!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg"
}
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg"},
]}
testimonialRotationInterval={5000}
tag="Your Dream Landscape Awaits"
@@ -206,7 +201,6 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
@@ -224,6 +218,7 @@ export default function LandingPage() {
title="Our Commitment to Excellence"
description="Numbers that speak volumes about our dedication, experience, and the consistent satisfaction of our valued clients."
tag="Our Achievements"
animationType="slide-up"
/>
</div>
@@ -340,4 +335,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}