4 Commits

Author SHA1 Message Date
43f342a423 Update src/app/page.tsx 2026-06-12 13:48:03 +00:00
25f822ebe8 Merge version_1 into main
Merge version_1 into main
2026-06-12 13:45:11 +00:00
bac0983075 Merge version_1 into main
Merge version_1 into main
2026-06-12 13:31:05 +00:00
29d4608a73 Merge version_1 into main
Merge version_1 into main
2026-06-12 13:30:21 +00:00

View File

@@ -55,8 +55,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Transform Your Outdoor Space with Arrietas Landscaping" title="Arrietas Landscaping: Outdoor Space Transformed."
description="Dedicated to creating stunning landscapes and maintaining their beauty. Your vision, our expertise The Ateam delivers unparalleled results." description="Dedicated to stunning landscapes & maintenance. Your vision, our Ateam delivers unparalleled results."
testimonials={[ testimonials={[
{ {
name: "Anthony Baston", handle: "@anthonyb", testimonial: "Awesome company super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. We bought a new house and of course they come with no landscaping, and they installed a front and back yard on time and within budget.", rating: 5, name: "Anthony Baston", handle: "@anthonyb", testimonial: "Awesome company super friendly and amazing work. Armando was professional and super easy to work with. I highly recommend this company, they work hard and get the job done on time. We bought a new house and of course they come with no landscaping, and they installed a front and back yard on time and within budget.", rating: 5,
@@ -261,4 +261,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }