import { Badge } from "@/components/ui/badge"; import { Truck, Box, Code, BatteryCharging } from "lucide-react"; import Checkout from "../../components/Order/Checkout"; import FAQ, { qnaProps } from "../../components/Order/FAQ"; import Specs from "../../components/Order/Specs"; import { devkitPaymentLink } from "@/lib/data"; import YoutubeDemo from "../../components/LandingPage/YoutubeDemo"; import ProductGallery from "../../components/LandingPage/ProductGallery"; import { CreditCardIcon, PowerIcon, ShieldCheckIcon, Settings2Icon, FileTextIcon, WifiIcon } from "lucide-react"; const SubtitleText = "The AI Devkit comes with a fully assembled PCB with an attachable Microspeaker and a 3.7V LiPo battery. Once charged it powers unlimited AI conversations with your AI characters."; const images = [ { src: "/products/devkit1.png", alt: "Elato Device - white", }, { src: "/products/devkit2.png", alt: "Elato Device - gray", }, { src: "/products/devkit3.png", alt: "Elato Device - white", }, { src: "/products/devkit4.png", alt: "Elato Device - gray", }, { src: "/products/devkit5.png", alt: "Elato Device - black", }, { src: "/products/devkit6.png", alt: "Elato Device - white", }, ]; const ICON_SIZE = 20; const qna: qnaProps[] = [ { question: "What is the AI Devkit?", answer: "The AI Devkit is a fully assembled PCB with an attachable Microspeaker and a 3.7V LiPo battery. Once charged it you can use it to have unlimited AI conversations with your AI characters.", icon: , }, { question: "Can I burn my own firmware to the AI Devkit?", answer: "Yes! You can burn your own firmware to the AI Devkit using the Arduino IDE. Our Github highlights the steps to run your firmware, edge server, and backend locally.", icon: , }, { question: "What is the battery life of the AI Devkit?", answer: "The AI Devkit has a 3.7V LiPo battery that lasts for 4-6 hours on a single charge. You can charge it using the USB Type-C port on the device.", icon: , }, { question: "What happens after the 1-month free premium subscription?", answer: "After your 1-month free trial, you can choose to continue with the premium features for $10/month, or use our free tier with limited usage. We'll remind you before the trial ends, so you can decide what's best for you.", icon: , }, { question: "How do I set up my Elato?", answer: "Setting up your Elato is easy. Just press the main button on the device, find the ELATO-DEVICE wifi network, and register your device with your email. You'll be chatting with your favorite AI character in seconds.", icon: , }, { question: "Can I use Elato AI with any home wifi network?", answer: "Yes! Elato AI will automatically connect to up to 5 private wifi networks or your phone hotspot. If you are having trouble connecting, please try restarting the device.", icon: , }, ]; const includedItems = [ "Fully assembled PCB", "Speaker", "3.7V LiPo Battery", "USB Type-C Charging Cable", "1 Month FREE Premium Subscription", "Quick Start Guide", ]; const technicalSpecs = [ "Dimensions: 4cm x 3.8cm x 0.5cm", "Battery Life: 4+ days standby, 6 hours active use", "Connectivity: Bluetooth 2.4 GHz, Wi-Fi + Hotspot", "Access any AI character from Elato", "Create your AI character with any voice and a bespoke personality", ]; export default function Component() { return (
{/* */} {/* Hero Section */}
{"Early Bird"} {"Kickstarter Pre-Order!"}

AI Dev Kit

{SubtitleText}

{/*
*/} {/* */}
{/* Product Details */} {/* Key Features */} {/* */} {/* Testimonials */} {/* */} {/* FAQ Section */} {/* Final CTA */} {/*

Ready to Meet Your New AI-in-a-Box?

Order now and start your adventure with Elato AI!

*/} {/* Delivery Notice */}
); }