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
Online Communicatons

Our Background

Xstream Now

With over a decade of experience, Xstream is a telecommunications expert who brings the world into focus. After getting a start installing Tv, Internet, Phone, security cameras and networking equipment, Xstream quickly rose through the ranks to become a lead technician at Telecom Solutions Inc. There, Xstream oversaw multi-million dollar projects to upgrade television, internet, and data infrastructure for Fortune 500 companies. John's innovative solutions increased network speeds by 25% and slashed downtime by 50%, cementing Xstream status as a results-driven leader in the telecom industry. Whether implementing 5G or optimizing fiber optic networks, Xstream technical prowess and commitment to excellence connect communities across the globe.

With an eye for innovation, Xstream have spent over a decade connecting people and places through telecommunications. As a skilled technician, Xstream have experience installing and maintaining the infrastructure that brings television, internet, data, and networking capabilities to homes and businesses. Xstream ability to work with complex camera and security systems ensures my clients have reliable access to modern communication and surveillance technologies. Whether it's making sure a school has a fast, secure internet network or outfitting an office with the latest video conferencing capabilities, Xstream will get the job done efficiently. Xstream comprehensive expertise in this dynamic field allows Xstream to provide cutting-edge services that help individuals and organizations thrive in our increasingly connected world.

Get in Touch

123-456-7890 

  • Facebook
  • Twitter
  • LinkedIn
  • Instagram
bottom of page