Update src/app/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Get a Free Estimate", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+1234567890" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702189.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702189.jpg?_wi=1"
|
||||
imageAlt="Perfectly edged driveway with lush green lawn"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Edging & Line Detailing", description: "Defined driveways, walkways, and borders that showcase your property's clean lines.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702189.jpg"
|
||||
title: "Edging & Line Detailing", description: "Defined driveways, walkways, and borders that showcase your property's clean lines.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702189.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -135,22 +135,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Chop Chop Lawn Care is very prompt and meticulous. I hadn't seen my driveway edge in years — now it looks pristine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", icon: Heart
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Chop Chop Lawn Care is very prompt and meticulous. I hadn't seen my driveway edge in years — now it looks pristine.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Very friendly and professional service. Shows up when he says he will, every single time. Highly reliable.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", icon: Heart
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Very friendly and professional service. Shows up when he says he will, every single time. Highly reliable.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "The best lawn care I have experienced. The attention to detail is remarkable — my lawn has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", icon: Heart
|
||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "The best lawn care I have experienced. The attention to detail is remarkable — my lawn has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Homeowner", testimonial: "He mulched our leaves for future gardening and potting. A unique service we'd recommend to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", icon: Heart
|
||||
id: "4", name: "David Thompson", role: "Homeowner", testimonial: "He mulched our leaves for future gardening and potting. A unique service we'd recommend to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", role: "Homeowner", testimonial: "Professional, reliable, and meticulous. Chop Chop transformed our yard and we couldn't be happier.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", icon: Heart
|
||||
id: "5", name: "Jessica Lee", role: "Homeowner", testimonial: "Professional, reliable, and meticulous. Chop Chop transformed our yard and we couldn't be happier.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3", icon: Heart
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Martinez", role: "Homeowner", testimonial: "Where neighbors notice. That's what Chop Chop delivers. Excellent work, fair pricing, always punctual.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", icon: Heart
|
||||
id: "6", name: "Robert Martinez", role: "Homeowner", testimonial: "Where neighbors notice. That's what Chop Chop delivers. Excellent work, fair pricing, always punctual.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3", icon: Heart
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user