Update src/app/page.tsx

This commit is contained in:
2026-03-05 04:07:42 +00:00
parent 588124a049
commit f7dfa6d6e0

View File

@@ -57,18 +57,19 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+1234567890" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Daniel S.", handle: "Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Daniel S."
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel S."
},
{
name: "Lateasha S.", handle: "Homeowner", testimonial: "Called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Lateasha S."
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lateasha S."
},
{
name: "Katrina N.", handle: "Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Katrina N."
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Katrina N."
}
]}
testimonialRotationInterval={5000}
@@ -189,22 +190,22 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "Daniel S.", handle: "Local Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Daniel S."
id: "1", name: "Daniel S.", handle: "Local Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel S."
},
{
id: "2", name: "Lateasha S.", handle: "Local Homeowner", testimonial: "I called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lateasha S."
id: "2", name: "Lateasha S.", handle: "Local Homeowner", testimonial: "I called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lateasha S."
},
{
id: "3", name: "Katrina N.", handle: "Local Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Katrina N."
id: "3", name: "Katrina N.", handle: "Local Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Katrina N."
},
{
id: "4", name: "Carl C.", handle: "Local Homeowner", testimonial: "Affordable quote within an hour and the project was finished the same week. Friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Carl C."
id: "4", name: "Carl C.", handle: "Local Homeowner", testimonial: "Affordable quote within an hour and the project was finished the same week. Friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carl C."
},
{
id: "5", name: "Traci J.", handle: "Local Homeowner", testimonial: "Reasonable pricing and fast work. Excellent service and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Traci J."
id: "5", name: "Traci J.", handle: "Local Homeowner", testimonial: "Reasonable pricing and fast work. Excellent service and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Traci J."
},
{
id: "6", name: "Marcus P.", handle: "Local Homeowner", testimonial: "Best landscaping company in the area. Highly recommend EM Landscaping for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Marcus P."
id: "6", name: "Marcus P.", handle: "Local Homeowner", testimonial: "Best landscaping company in the area. Highly recommend EM Landscaping for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus P."
}
]}
/>
@@ -214,7 +215,7 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your yard? Get a fast, free quote from EM Landscaping today. Call or request a quote — we respond quickly."
animationType="entrance-slide"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Free Quote", href: "#contact-form" },