Update src/app/page.tsx
This commit is contained in:
@@ -64,6 +64,7 @@ export default function LandscapingPage() {
|
||||
name: "Bob Anderson", handle: "HOA Representative", testimonial: "Andy and the crew are true professionals and did excellent work for our HOA.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-t-letter-with-metallic-surface_23-2150458468.jpg", imageAlt: "Bob Anderson"},
|
||||
]}
|
||||
titleClassName="text-7xl md:text-8xl lg:text-9xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,8 +131,7 @@ export default function LandscapingPage() {
|
||||
cardTag="Highly Recommended"
|
||||
cardTagIcon={TreePine}
|
||||
cardTitle="With a 4.548 Google rating, our clients consistently praise our professionalism and quality work."
|
||||
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Contact Now", href: "#contact" }]}n buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user