diff --git a/src/app/page.tsx b/src/app/page.tsx index bea901f..069cf38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,6 +140,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ + { + id: "4", name: "Layla Al Raisi, Plant Manager at Manufacturing Solutions", date: "Date: 5 January 2025", title: "Emergency fuel delivery saved our production", quote: "When our backup generator failed, Quick Energy responded within hours with emergency fuel supply. Their round-the-clock service is a lifesaver for any business. Professional, reliable, and always available.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/people-safety-equipment-their-workplace_23-2148976368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-spending-time-gas-station_23-2150440218.jpg" + }, { id: "1", name: "Ahmed Al Mansoori, Construction Manager at BuildRight LLC", date: "Date: 15 January 2025", title: "Reliable fuel supply for all our site needs", quote: "Quick Energy has been our go-to fuel supplier for over 2 years. Their 24/7 service and fast delivery have never let us down. Professional drivers, competitive pricing, and excellent customer service. Highly recommended for construction projects in RAK.", tag: "Construction", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19068.jpg" }, @@ -149,9 +152,6 @@ export default function LandingPage() { { id: "3", name: "Mohammed Al Hashmi, Operations Manager at Maritime Services", date: "Date: 8 January 2025", title: "Dependable fuel supply for industrial operations", quote: "We rely on Quick Energy for consistent diesel supply for our industrial generators and equipment. Fast delivery, quality fuel, and outstanding support. They truly understand the needs of industrial operations.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed-looking-camera_23-2148308625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1" }, - { - id: "4", name: "Layla Al Raisi, Plant Manager at Manufacturing Solutions", date: "Date: 5 January 2025", title: "Emergency fuel delivery saved our production", quote: "When our backup generator failed, Quick Energy responded within hours with emergency fuel supply. Their round-the-clock service is a lifesaver for any business. Professional, reliable, and always available.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/people-safety-equipment-their-workplace_23-2148976368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-spending-time-gas-station_23-2150440218.jpg" - }, { id: "5", name: "Hassan Al Muhairi, Event Coordinator at Gulf Events", date: "Date: 2 January 2025", title: "Fuel supply for large events made simple", quote: "Hosting large outdoor events requires reliable generator fuel supply. Quick Energy provided seamless service for our last three events. Fast, professional, and always on time. Highly trustworthy partner.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2" }, @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}