import { useState } from "react"; import { motion } from "framer-motion"; export default function CustomerLogin() { const [username, setUsername] = useState(""); const [password, setPassword] = useState(""); const [loggedIn, setLoggedIn] = useState(false); const [customerData, setCustomerData] = useState(null); const handleLogin = () => { // Mock authentication and data retrieval setCustomerData({ name: "John Doe", accountNumber: "123456789", devices: [ { name: "Smart TV", location: "Living Room", usage: "3 hrs/day", wifiSpeed: "100 Mbps" }, { name: "Thermostat", location: "Bedroom", usage: "Auto", wifiSpeed: "N/A" }, ], smartHome: true, energySaver: true, services: ["Internet", "TV", "Smart Home Integration"], }); setLoggedIn(true); }; return (
{!loggedIn ? (

Customer Login

setUsername(e.target.value)} className="wp-block-input mb-2" /> setPassword(e.target.value)} className="wp-block-input mb-4" />
) : (

Welcome, {customerData.name}

Account Number: {customerData.accountNumber}

Devices

Features

Smart Home: {customerData.smartHome ? "Enabled" : "Disabled"}

Energy Saver: {customerData.energySaver ? "Enabled" : "Disabled"}

Services on Account

)}
); }
top of page
Home Control App

Xstream systems are designed with cutting-edge technology to provide unparalleled peace of mind for both homeowners and business owners alike. Imagine having a vigilant pair of digital eyes watching over your property 24/7, capturing every detail with crystal-clear clarity. Whether it’s an unexpected event or simply the bustling activity of daily life, our high-resolution cameras ensure you won’t miss a moment.

Choose from our range of sophisticated options tailored to meet your unique needs. Our 4-Camera and 8-Camera Systems can cover multiple viewpoints, allowing for comprehensive surveillance of both large and small spaces. With Fixed Bullet or Dome Cameras, you can select the design that best suits your environment—all equipped with the latest in night vision and motion detection technology.

Elevating your home security even further, our Doorbell and Wireless Cameras not only enhance your security but also allow you to greet visitors from your smartphone, no matter where you are. Each system is customizable; whether you need a larger, multi-site installation or a discreet setup for your compact space, we are here to cater to your specific requirements.

And because we stand behind our products with confidence, our surveillance systems come with a full 2-year warranty, ensuring that your investment is protected and your safety is uncompromised.

When it comes to the safety of your property, make the intelligent choice. Trust our premier video security company to provide not just equipment, but lasting assurance—keeping you connected and secure, one frame at a time. Stay vigilant, stay protected.

  • 4-Camera or 8-Camera Systems

  • Fixed Bullet or Dome Cameras

  • Doorbell and Wireless Cameras

  • Larger or Smaller Systems (Available Upon Request)

Our security camera systems are equipped with the finest, up-to-date technology, including:

  • Superior Video Quality

  • Full Facial Recognition

  • Day/Night Motion Detection Cameras

  • Indoor/Outdoor Motion Detection Cameras

  • Remote Live Viewing and Reviewing From Anywhere in the World (via iPhone/Android/Tablet)

bottom of page