diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a64685..b8b90b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,74 +48,37 @@ export default function LandingPage() { description="Transforming the ESP32-CAM into a real-time intelligent monitoring system. Advanced object detection with zero cloud latency." testimonials={[ { - name: "Tech Review", - role: "Senior Engineer", - testimonial: "Deploying FOMO models on ESP32 is a total game-changer for latency.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg?_wi=1", - imageAlt: "ESP32-CAM module high quality shot", - }, + name: "Tech Review", handle: "Senior Engineer", testimonial: "Deploying FOMO models on ESP32 is a total game-changer for latency.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg", imageAlt: "ESP32-CAM module high quality shot"}, { - name: "Maker Weekly", - role: "Lead Dev", - testimonial: "The perfect blend of hardware accessibility and AI performance.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=1", - imageAlt: "ESP32-CAM module high quality shot", - }, + name: "Maker Weekly", handle: "Lead Dev", testimonial: "The perfect blend of hardware accessibility and AI performance.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg", imageAlt: "ESP32-CAM module high quality shot"}, { - name: "IoT Insights", - role: "Researcher", - testimonial: "Incredible accuracy despite minimal power consumption constraints.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg?_wi=1", - imageAlt: "ESP32-CAM module high quality shot", - }, + name: "IoT Insights", handle: "Researcher", testimonial: "Incredible accuracy despite minimal power consumption constraints.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg", imageAlt: "ESP32-CAM module high quality shot"}, { - name: "Global Tech", - role: "Architect", - testimonial: "Paving the way for truly decentralized monitoring solutions.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg?_wi=1", - imageAlt: "ESP32-CAM module high quality shot", - }, + name: "Global Tech", handle: "Architect", testimonial: "Paving the way for truly decentralized monitoring solutions.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg", imageAlt: "ESP32-CAM module high quality shot"}, { - name: "Innovator", - role: "Founder", - testimonial: "A masterclass in constrained device optimization.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=1", - imageAlt: "ESP32-CAM module high quality shot", - }, + name: "Innovator", handle: "Founder", testimonial: "A masterclass in constrained device optimization.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "ESP32-CAM module high quality shot"}, ]} buttons={[ { - text: "Launch Live Monitor", - href: "#monitor", - }, + text: "Launch Live Monitor", href: "#monitor"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/wireless-home-security-surveillance-camera_53876-96819.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/view-round-modern-webcam-with-shadows-background_23-2150808004.jpg", - alt: "Engineering lead profile", - }, + src: "http://img.b2bpic.net/free-photo/view-round-modern-webcam-with-shadows-background_23-2150808004.jpg", alt: "Engineering lead profile"}, { - src: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039360.jpg", - alt: "Research scientist profile", - }, + src: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039360.jpg", alt: "Research scientist profile"}, { - src: "http://img.b2bpic.net/free-photo/abstract-creative-3d-sphere-with-eye-effect_23-2150885583.jpg", - alt: "System architect profile", - }, + src: "http://img.b2bpic.net/free-photo/abstract-creative-3d-sphere-with-eye-effect_23-2150885583.jpg", alt: "System architect profile"}, { - src: "http://img.b2bpic.net/free-photo/view-3d-camera_23-2151067018.jpg", - alt: "Hardware engineer profile", - }, + src: "http://img.b2bpic.net/free-photo/view-3d-camera_23-2151067018.jpg", alt: "Hardware engineer profile"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg", - alt: "DevOps lead profile", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-lights-particles-wallpaper_1017-2768.jpg", alt: "DevOps lead profile"}, ]} avatarText="Trusted by 500+ engineers" /> @@ -136,23 +91,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Zap, - title: "Latency", - value: "< 500ms", - }, + id: "1", icon: Zap, + title: "Latency", value: "< 500ms"}, { - id: "2", - icon: Star, - title: "PSRAM Usage", - value: "4MB", - }, + id: "2", icon: Star, + title: "PSRAM Usage", value: "4MB"}, { - id: "3", - icon: ShieldCheck, - title: "Accuracy", - value: "94.2%", - }, + id: "3", icon: ShieldCheck, + title: "Accuracy", value: "94.2%"}, ]} title="Live Inference Telemetry" description="Real-time statistics from the active ESP32-CAM inference pipeline." @@ -167,24 +113,16 @@ export default function LandingPage() { features={[ { icon: Camera, - title: "Capture", - description: "High-fidelity OV2640 sensor stream initialization.", - }, + title: "Capture", description: "High-fidelity OV2640 sensor stream initialization."}, { icon: Database, - title: "Pre-process", - description: "Dynamic Grayscale mapping and frame resizing.", - }, + title: "Pre-process", description: "Dynamic Grayscale mapping and frame resizing."}, { icon: Star, - title: "Inference", - description: "FOMO model execution via C++ native loop.", - }, + title: "Inference", description: "FOMO model execution via C++ native loop."}, { icon: Globe, - title: "Result", - description: "Transmission to local web-dashboard via MJPEG.", - }, + title: "Result", description: "Transmission to local web-dashboard via MJPEG."}, ]} title="The Inference Pipeline" description="Optimized workflow for edge intelligence." @@ -199,59 +137,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Sorting", - name: "Industrial Sorting", - price: "High Precision", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg?_wi=2", - }, + id: "1", brand: "Sorting", name: "Industrial Sorting", price: "High Precision", rating: 5, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/geometric-bokeh_1017-3221.jpg"}, { - id: "2", - brand: "Security", - name: "Smart Monitoring", - price: "Zero Cloud", - rating: 5, - reviewCount: "800", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg?_wi=2", - }, + id: "2", brand: "Security", name: "Smart Monitoring", price: "Zero Cloud", rating: 5, + reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-notebook-displaying-ai-machine-learning-algorithms_482257-122159.jpg"}, { - id: "3", - brand: "Nature", - name: "Wildlife Tracking", - price: "Low Energy", - rating: 4, - reviewCount: "600", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg?_wi=2", - }, + id: "3", brand: "Nature", name: "Wildlife Tracking", price: "Low Energy", rating: 4, + reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-using-computer-monitor-neural-network-ai-llm_482257-130078.jpg"}, { - id: "4", - brand: "Agro", - name: "Crop Scouting", - price: "Real-time", - rating: 5, - reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg?_wi=2", - }, + id: "4", brand: "Agro", name: "Crop Scouting", price: "Real-time", rating: 5, + reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg"}, { - id: "5", - brand: "Retail", - name: "Traffic Counting", - price: "Localized", - rating: 4, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/focus-laptop-data-center-with-ai-brain-used-by-engineers-background_482257-115526.jpg", - }, + id: "5", brand: "Retail", name: "Traffic Counting", price: "Localized", rating: 4, + reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/focus-laptop-data-center-with-ai-brain-used-by-engineers-background_482257-115526.jpg"}, { - id: "6", - brand: "Home", - name: "Smart Doorbell", - price: "Embedded", - rating: 5, - reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg", - }, + id: "6", brand: "Home", name: "Smart Doorbell", price: "Embedded", rating: 5, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg"}, ]} title="Industrial Applications" description="Versatile deployment scenarios for the ESP32-CAM module." @@ -264,20 +166,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What model is used?", - content: "We utilize a custom FOMO (Faster Objects, More Objects) model optimized for ESP32.", - }, + id: "1", title: "What model is used?", content: "We utilize a custom FOMO (Faster Objects, More Objects) model optimized for ESP32."}, { - id: "2", - title: "Is cloud connectivity required?", - content: "No, inference runs 100% on the device for true Edge AI.", - }, + id: "2", title: "Is cloud connectivity required?", content: "No, inference runs 100% on the device for true Edge AI."}, { - id: "3", - title: "How is power managed?", - content: "The system utilizes optimized sleep modes and hardware-level power gating.", - }, + id: "3", title: "How is power managed?", content: "The system utilizes optimized sleep modes and hardware-level power gating."}, ]} title="Technical Questions" description="Get answers about the ESP32-CAM inference engine." @@ -289,29 +182,19 @@ export default function LandingPage() {