SAO Computers Limited

Your One-Stop IT & Computer Sales Partner

We deliver quality computers, accessories & professional IT solutions.

Explore Products

Reliable Hardware

Top-brand computers, laptops & peripherals for sale.

IT Services

Network setup, maintenance & on-site support.

Technical Training

Computer skills & certification courses.

About SAO Computers Limited

About SAO Computers Limited

SAO Computers Limited is a leading provider of computer systems, accessories and IT solutions. Since our founding, our mission has been to empower businesses and individuals with reliable technology and professional services.

Our Values

IT Services | SAO Computers Limited

Our IT Services

Products | SAO Computers Limited

Computers & Accessories

Laptop

High-Performance Laptop

Ideal for business & students. Competitive price.

Desktop

Custom Desktop PC

Build your perfect machine. Gaming & productivity models.

Printer

Printers & Scanners

Reliable printing solutions for office & home.

Contact Us | SAO Computers Limited

Contact Us

/* GLOBAL –––––––––––––––––––––––––––––––––––––––––––––––––– */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { width: 90%; margin: auto; } /* HEADER –––––––––––––––––––––––––––––––––––––––––––––––––– */ header { background: #111; color: #fff; padding: 15px 0; } header .logo { float: left; font-size: 24px; } header nav ul { list-style: none; float: right; } header nav ul li { display: inline; margin-right: 20px; } header nav ul li a { color: #fff; text-decoration: none; font-weight: bold; } /* HERO SECTION */ .hero { background: url('../images/hero.jpg') no-repeat center/ cover; height: 400px; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; } .hero h2 { font-size: 36px; } .btn { display: inline-block; background: #3a3aff; color: #fff; padding: 10px 20px; margin-top: 15px; text-decoration: none; border-radius: 4px; } /* FEATURES */ .features { display: flex; justify-content: space-around; margin: 40px 0; } .feature h3 { font-size: 22px; } /* CONTACT */ .contact-section form { display: flex; flex-direction: column; } .contact-section label { margin: 8px 0 4px; } .contact-section input, .contact-section textarea { padding: 10px; border: 1px solid #ccc; border-radius: 4px; } /* FOOTER */ footer { text-align: center; padding: 20px; background: #111; color: #fff; margin-top: 40px; } // Example — Smooth Scroll for One-Page Behavior document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e){ e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });