diff --git a/src/app/page.tsx b/src/app/page.tsx index c0f619b..e190ee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,59 +32,25 @@ export default function LandingPage() {
@@ -225,15 +126,7 @@ export default function LandingPage() { @@ -245,41 +138,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alex R.", - role: "Head Engineer", - testimonial: "Seamless integration with ROS2. My workflow is faster than ever.", - imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg", - }, - { - id: "t2", - name: "Maya S.", - role: "Researcher", - testimonial: "The LiDAR mapping is smooth and real-time visualization is perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-glasses-desk_23-2147637564.jpg", - }, - { - id: "t3", - name: "Sam K.", - role: "Scientist", - testimonial: "Voice recognition actually works! It changed how we conduct experiments.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg", - }, - { - id: "t4", - name: "Jordan P.", - role: "Technician", - testimonial: "The dashboard UI looks amazing, like something out of a movie.", - imageSrc: "http://img.b2bpic.net/free-photo/airport-security-officer-standing-airport-terminal_107420-95843.jpg", - }, - { - id: "t5", - name: "Elena D.", - role: "Lab Lead", - testimonial: "Reliable connection and excellent telemetry tools for our cluster.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-medical-research_23-2149345487.jpg", - }, + { id: "t1", name: "Alex R.", role: "Head Engineer", testimonial: "Seamless integration with ROS2. My workflow is faster than ever.", imageSrc: "http://img.b2bpic.net/free-photo/teens-doing-experiments-robotics-laboratory-boy-protective-glasses-touching-robot_1268-23720.jpg" }, + { id: "t2", name: "Maya S.", role: "Researcher", testimonial: "The LiDAR mapping is smooth and real-time visualization is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-glasses-desk_23-2147637564.jpg" }, ]} title="Lab Operator Reviews" description="What our robotics engineers say about TurtleBotOS." @@ -291,21 +151,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How to connect rosbridge?", - content: "Ensure roslibjs is initialized and point to ws://localhost:9090.", - }, - { - id: "f2", - title: "Latency issues?", - content: "Check your local WebSocket server configuration and network speed.", - }, - { - id: "f3", - title: "Can I use external camera?", - content: "Yes, configure the video stream source in the settings panel.", - }, + { id: "f1", title: "How to connect rosbridge?", content: "Ensure roslibjs is initialized and point to ws://localhost:9090." }, + { id: "f2", title: "Latency issues?", content: "Check your local WebSocket server configuration and network speed." }, ]} title="System Support" description="Answers to common setup and operational questions." @@ -316,14 +163,8 @@ export default function LandingPage() {