<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>James Noel Electrical | Licensed Electricians</title>

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<style>
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    color:#222;
    background:#fff;
    line-height:1.6;
}

header{
    background:#111827;
    color:white;
    position:sticky;
    top:0;
    z-index:999;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.logo{
    font-size:28px;
    font-weight:700;
    color:#fbbf24;
}

nav ul{
    display:flex;
    list-style:none;
    gap:30px;
}

nav a{
    text-decoration:none;
    color:white;
    transition:.3s;
}

nav a:hover{
    color:#fbbf24;
}

.hero{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?auto=format&fit=crop&w=1600&q=80');
    background-size:cover;
    background-position:center;
    color:white;
    min-height:90vh;
    display:flex;
    align-items:center;
}

.hero-content{
    max-width:650px;
}

.hero h1{
    font-size:60px;
    margin-bottom:20px;
}

.hero p{
    font-size:20px;
    margin-bottom:35px;
}

.btn{
    display:inline-block;
    padding:16px 34px;
    background:#fbbf24;
    color:#111;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.btn:hover{
    background:#f59e0b;
}

section{
    padding:90px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:38px;
    color:#111827;
}

.services{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.card{
    background:#f8f8f8;
    padding:35px;
    border-radius:10px;
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.card h3{
    margin-bottom:15px;
    color:#111827;
}

.about{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.about img{
    width:100%;
    border-radius:10px;
}

.about h2{
    margin-bottom:20px;
    font-size:38px;
}

.testimonials{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.testimonial{
    background:#111827;
    color:white;
    padding:30px;
    border-radius:10px;
}

.contact{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}

form{
    display:flex;
    flex-direction:column;
}

input,
textarea{
    padding:16px;
    margin-bottom:20px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:16px;
}

button{
    border:none;
    cursor:pointer;
}

footer{
    background:#111827;
    color:white;
    text-align:center;
    padding:30px;
}

@media(max-width:800px){

.hero h1{
font-size:42px;
}

.about,
.contact{
grid-template-columns:1fr;
}

nav{
flex-direction:column;
gap:20px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
}
}
</style>

</head>
<body>

<header>
<div class="container">
<nav>
<div class="logo">James Noel Electrical</div>

<ul>
<li><a href="#services">Services</a></li>
<li><a href="#about">About</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#contact">Contact</a></li>
</ul>

</nav>
</div>
</header>

<section class="hero">

<div class="container">

<div class="hero-content">

<h1>Reliable Electrical Services You Can Trust</h1>

<p>
From residential installations to commercial maintenance,
James Noel Electrical delivers quality workmanship,
professional service and dependable solutions.
</p>

<a href="#contact" class="btn">Request a Quote</a>

</div>

</div>

</section>

<section id="services">

<div class="container">

<div class="section-title">
<h2>Our Services</h2>
</div>

<div class="services">

<div class="card">
<h3>Residential Electrical</h3>
<p>
Lighting, power points, renovations, switchboards,
fault finding and complete home wiring.
</p>
</div>

<div class="card">
<h3>Commercial Electrical</h3>
<p>
Office fit-outs, maintenance, emergency repairs
and electrical installations for businesses.
</p>
</div>

<div class="card">
<h3>Emergency Repairs</h3>
<p>
Fast response to electrical faults, outages
and urgent repair work.
</p>
</div>

<div class="card">
<h3>LED Lighting Upgrades</h3>
<p>
Improve efficiency and reduce energy costs with
modern LED lighting solutions.
</p>
</div>

</div>

</div>

</section>

<section id="about">

<div class="container">

<div class="about">

<img src="https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=900&q=80">

<div>

<h2>About James Noel Electrical</h2>

<p>
At James Noel Electrical, we pride ourselves on delivering
safe, reliable and high-quality electrical services for homes,
businesses and builders.
</p>

<br>

<p>
Whether it's a small repair or a complete installation,
our commitment is to provide honest advice,
quality workmanship and outstanding customer service.
</p>

</div>

</div>

</div>

</section>

<section id="reviews">

<div class="container">

<div class="section-title">
<h2>What Our Customers Say</h2>
</div>

<div class="testimonials">

<div class="testimonial">
★★★★★<br><br>
"Fantastic service from start to finish.
Professional, punctual and very knowledgeable."
<br><br>
<strong>— Sarah M.</strong>
</div>

<div class="testimonial">
★★★★★<br><br>
"James installed new lighting throughout our home.
Excellent workmanship and very fair pricing."
<br><br>
<strong>— David R.</strong>
</div>

<div class="testimonial">
★★★★★<br><br>
"Highly recommend James Noel Electrical.
Quick response and quality work."
<br><br>
<strong>— Michael T.</strong>
</div>

</div>

</div>

</section>

<section id="contact">

<div class="container">

<div class="contact">

<div>

<h2>Contact Us</h2>

<p>
Need an electrician?
Get in touch today for a free quote.
</p>

<br>

<p><strong>Phone:</strong> 0400 000 000</p>

<p><strong>Email:</strong> info@jamesnoelelectrical.com.au</p>

<p><strong>Hours:</strong> Monday - Friday | 7:00 AM - 5:00 PM</p>

</div>

<form>

<input type="text" placeholder="Your Name">

<input type="email" placeholder="Email Address">

<input type="tel" placeholder="Phone Number">

<textarea rows="6" placeholder="Tell us about your project"></textarea>

<button class="btn">Send Enquiry</button>

</form>

</div>

</div>

</section>

<footer>

<div class="container">

<p>
© 2026 James Noel Electrical. All Rights Reserved.
</p>

</div>

</footer>

</body>
</html>