Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06dc892702 | |||
| 7232840c46 | |||
| 3f326934fb | |||
| 5e19eaa1f0 | |||
| 35360ff8d6 | |||
| ba956a96b6 | |||
| e098fd04f7 | |||
| 4cb3a01864 |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -212,15 +212,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
cardTagClassName="inline-flex items-center gap-1.5 text-sm font-semibold px-3 py-1.5 bg-gradient-to-r from-accent to-accent/70 text-white rounded-full"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Rodriguez, Local Homeowner", date: "Date: January 2025", title: "Extremely professional and reliable!", quote: "Extremely professional, accommodating, reliable, with decent prices. They transformed our yard in just a few weeks. We couldn't be happier with the quality of their work and attention to detail.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-mothers_1157-7846.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Professional lawn care service"},
|
||||
id: "1", name: "Michael Rodriguez, Local Homeowner", date: "Date: January 2025", title: "Extremely professional and reliable!", quote: "Extremely professional, accommodating, reliable, with decent prices. They transformed our yard in just a few weeks. We couldn't be happier with the quality of their work and attention to detail.", tag: "★ 5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-mothers_1157-7846.jpg", avatarAlt: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Professional lawn care service"},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson, Osceola County Resident", date: "Date: December 2024", title: "Our lawn has never looked so good!", quote: "Our lawn has never looked so good. The team was professional, on time, and went above and beyond our expectations. We've already scheduled them for regular maintenance.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/female-farmer-composting-grass_1398-2034.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=3", imageAlt: "Lawn transformation project"},
|
||||
id: "2", name: "Sarah Johnson, Osceola County Resident", date: "Date: December 2024", title: "Our lawn has never looked so good!", quote: "Our lawn has never looked so good. The team was professional, on time, and went above and beyond our expectations. We've already scheduled them for regular maintenance.", tag: "★ 5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/female-farmer-composting-grass_1398-2034.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg?_wi=3", imageAlt: "Lawn transformation project"},
|
||||
{
|
||||
id: "3", name: "David Chen, Property Owner", date: "Date: November 2024", title: "Meticulously cleaned up everything!", quote: "Meticulously cleaned up everything and went above and beyond. The landscape design they recommended elevated our entire property. Highly recommend their services to anyone.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=2", imageAlt: "Professional landscape design"},
|
||||
id: "3", name: "David Chen, Property Owner", date: "Date: November 2024", title: "Meticulously cleaned up everything!", quote: "Meticulously cleaned up everything and went above and beyond. The landscape design they recommended elevated our entire property. Highly recommend their services to anyone.", tag: "★ 5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-women-collaborating_23-2147727634.jpg?_wi=2", imageAlt: "Professional landscape design"},
|
||||
{
|
||||
id: "4", name: "Emily Martinez, St. Cloud", date: "Date: October 2024", title: "Professional and affordable!", quote: "Great service at a fair price. They listened to what we wanted and delivered exactly that. The team was courteous and efficient. We've become regular customers.", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg", avatarAlt: "Emily Martinez", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=3", imageAlt: "Landscape restoration project"},
|
||||
id: "4", name: "Emily Martinez, St. Cloud", date: "Date: October 2024", title: "Professional and affordable!", quote: "Great service at a fair price. They listened to what we wanted and delivered exactly that. The team was courteous and efficient. We've become regular customers.", tag: "★ 5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg", avatarAlt: "Emily Martinez", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg?_wi=3", imageAlt: "Landscape restoration project"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -275,4 +276,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user