diff --git a/src/app/page.tsx b/src/app/page.tsx index bedcf25..1814a2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,10 +119,10 @@ export default function LandingPage() { title="Customer Reviews" description="Real feedback from satisfied customers who trust NC Gas Services" testimonials={[ - { id: "1", name: "James Thompson", role: "Property Manager", testimonial: "All fixed, hot water and heating back on and tenants are ready to check in! Professional service and quick turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "James Thompson" }, - { id: "2", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Came round quickly to sort out a plumbing leak in an emergency. The engineer was courteous and fixed it properly without fuss.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Mitchell" }, - { id: "3", name: "David Chen", role: "Landlord", testimonial: "Very fair rates for the work carried out. The Gas Safety Certificate was handled professionally. Highly recommend for landlord requirements.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Chen" }, - { id: "4", name: "Emma Rodriguez", role: "Business Owner", testimonial: "Reliable, trustworthy, and always available when needed. NC Gas Services has become our go-to for all heating and plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Rodriguez" } + { id: "1", name: "James Thompson", role: "Property Manager", testimonial: "All fixed, hot water and heating back on and tenants are ready to check in! Professional service and quick turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "James Thompson" }, + { id: "2", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Came round quickly to sort out a plumbing leak in an emergency. The engineer was courteous and fixed it properly without fuss.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, + { id: "3", name: "David Chen", role: "Landlord", testimonial: "Very fair rates for the work carried out. The Gas Safety Certificate was handled professionally. Highly recommend for landlord requirements.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "David Chen" }, + { id: "4", name: "Emma Rodriguez", role: "Business Owner", testimonial: "Reliable, trustworthy, and always available when needed. NC Gas Services has become our go-to for all heating and plumbing issues.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Emma Rodriguez" } ]} animationType="slide-up" textboxLayout="default"