From 341ec84476ec1b43dcce6523e59ab80cc29600ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:12:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19ce171..6ba97eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq"}, { - name: "Contact", id: "contact"}, + name: "Contact", id: "contact"} ]} logoSrc="http://img.b2bpic.net/free-vector/creative-drone-logo-template-set_23-2148813593.jpg" logoAlt="DroneWorks logo" @@ -237,22 +237,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "test-1", name: "John Davis, CEO of BuildRight Inc.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval-outdoors_23-2148269261.jpg", imageAlt: "John Davis", quote: "DroneWorks' aerial surveys revolutionized our project planning. Their precision and efficiency are unmatched, delivering insights that significantly boosted our operational timelines." + id: "test-1", name: "John Davis, CEO of BuildRight Inc.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval-outdoors_23-2148269261.jpg", imageAlt: "John Davis" }, { - id: "test-2", name: "Sarah Chen, Head of AgriCorp", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15936.jpg", imageAlt: "Sarah Chen", quote: "The agricultural drones from DroneWorks have transformed our crop management. Real-time data and targeted spraying led to healthier yields and reduced resource waste." + id: "test-2", name: "Sarah Chen, Head of AgriCorp", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15936.jpg", imageAlt: "Sarah Chen" }, { - id: "test-3", name: "Michael Lee, Event Planner Extraordinaire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-man-holding-blank-speech-bubble-shouting-looking-aside-dark-gray-wall-copy-space_171337-579.jpg", imageAlt: "Michael Lee", quote: "For large-scale events, DroneWorks provides breathtaking aerial cinematography. Their skilled pilots and cutting-edge equipment capture every moment beautifully and safely." + id: "test-3", name: "Michael Lee, Event Planner Extraordinaire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-excited-man-holding-blank-speech-bubble-shouting-looking-aside-dark-gray-wall-copy-space_171337-579.jpg", imageAlt: "Michael Lee" }, { - id: "test-4", name: "Dr. Emily Smith, Oceanographic Institute", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", imageAlt: "Dr. Emily Smith", quote: "Our marine research has been greatly enhanced by DroneWorks' specialized underwater drones. They provide critical data collection in environments previously inaccessible." + id: "test-4", name: "Dr. Emily Smith, Oceanographic Institute", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", imageAlt: "Dr. Emily Smith" }, { - id: "test-5", name: "David Kim, Logistics Lead at SpeedyShip", imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform-man-with-clipboard_1157-46178.jpg", imageAlt: "David Kim", quote: "Integrating DroneWorks' delivery solutions has drastically improved our last-mile logistics. Their drones are reliable, fast, and ensure packages arrive on time, every time." + id: "test-5", name: "David Kim, Logistics Lead at SpeedyShip", imageSrc: "http://img.b2bpic.net/free-photo/man-by-truck-guy-delivery-uniform-man-with-clipboard_1157-46178.jpg", imageAlt: "David Kim" }, { - id: "test-6", name: "Olivia Rodriguez, Urban Planning Consultant", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg", imageAlt: "Olivia Rodriguez", quote: "The detailed mapping services from DroneWorks provided invaluable data for our latest urban development project, ensuring accuracy and efficiency from the ground up." + id: "test-6", name: "Olivia Rodriguez, Urban Planning Consultant", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-architect-showing-approval_23-2148269378.jpg", imageAlt: "Olivia Rodriguez" } ]} cardTitle="Hear From Our Valued Partners" -- 2.49.1