Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,6 @@ export default function LandingPage() {
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -118,19 +117,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very professional and high quality work. Wade arrived on time, diagnosed the issue quickly, and fixed it right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson", icon: ThumbsUp
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very professional and high quality work. Wade arrived on time, diagnosed the issue quickly, and fixed it right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Excellent service for emergency plumbing. Called during an urgent water leak situation and they responded immediately. Professional and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen", icon: ThumbsUp
|
||||
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "Excellent service for emergency plumbing. Called during an urgent water leak situation and they responded immediately. Professional and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Been using Hobbs Plumbing for our commercial property maintenance. Reliable, knowledgeable, and fair pricing. Call this number right away.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emily Rodriguez", icon: ThumbsUp
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Been using Hobbs Plumbing for our commercial property maintenance. Reliable, knowledgeable, and fair pricing. Call this number right away.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Homeowner", testimonial: "Great communication and friendly service. They explained everything they were doing and answered all my questions. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "David Kim", icon: ThumbsUp
|
||||
id: "4", name: "David Kim", role: "Homeowner", testimonial: "Great communication and friendly service. They explained everything they were doing and answered all my questions. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Martinez", role: "Landlord", testimonial: "Dependable and professional. I call Hobbs for all my rental property plumbing needs. They handle everything with care and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Jennifer Martinez", icon: ThumbsUp
|
||||
id: "5", name: "Jennifer Martinez", role: "Landlord", testimonial: "Dependable and professional. I call Hobbs for all my rental property plumbing needs. They handle everything with care and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jennifer Martinez", icon: ThumbsUp
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user