/
home
/
whiteglobeco
/
public_html
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Technology, Data & AI Innovation | Nexora Tech</title> <link rel="stylesheet" href="style-technology.css" /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet" /> </head> <body> <!-- Navbar --> <header class="navbar"> <div class="container nav-container"> <div class="logo"> <a href="index.html"><img src="logo-nexoratech.png" alt="Nexora Tech Logo" /></a> </div> <nav> <ul class="nav-links"> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="services.html" class="active">Services</a></li> <li><a href="contact.html">Contact</a></li> <li><a href="privacy.html">Privacy</a></li> </ul> </nav> </div> </header> <!-- Hero Section --> <section class="hero"> <div class="overlay"></div> <div class="hero-content"> <h1>Technology, Data & AI Innovation</h1> <p> Driving the next era of intelligent transformation through AI, analytics, and data-driven technologies that redefine enterprise performance. </p> <a href="contact.html" class="btn-primary">Consult Our Experts</a> </div> </section> <!-- Overview Section --> <section class="overview"> <div class="container"> <h2>Transforming Business with AI & Data Intelligence</h2> <p> Nexora Tech leverages artificial intelligence, data analytics, and automation technologies to help enterprises gain predictive insights, enhance customer experiences, and make informed decisions. Our innovation frameworks empower organizations to stay ahead in a data-first world. </p> <div class="cards"> <div class="card"> <img src="https://cdn-icons-png.flaticon.com/512/4080/4080015.png" alt="AI Strategy Icon" /> <h3>AI Strategy Development</h3> <p>Designing customized AI roadmaps that align with your business vision and objectives.</p> </div> <div class="card"> <img src="https://cdn-icons-png.flaticon.com/512/2737/2737259.png" alt="Data Analytics Icon" /> <h3>Data Analytics & Insights</h3> <p>Transforming raw data into strategic insights through real-time analytics and visualization.</p> </div> <div class="card"> <img src="https://cdn-icons-png.flaticon.com/512/705/705861.png" alt="Automation Icon" /> <h3>Automation & Intelligence</h3> <p>Empowering operational efficiency through intelligent automation and process optimization.</p> </div> </div> </div> </section> <!-- CTA Section --> <section class="cta"> <div class="container"> <h2>Leverage AI to Accelerate Growth</h2> <p> Partner with Nexora Tech to integrate technology, data, and AI-driven innovation into your digital transformation journey. </p> <a href="contact.html" class="btn-primary">Talk to Our AI Specialists</a> </div> </section> <!-- Footer --> <footer class="footer"> <p>© 2025 Nexora Tech. All rights reserved.</p> </footer> </body> </html>