EVNIYIA PHOTOGRAPHY
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Evniyia Photography - Cardiff Wedding Photographer</title>
<meta name="description" content="Evniyia Photography offers professional wedding photography services in Cardiff and South Wales, capturing every beautiful moment of your special day.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Evniyia Photography</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<h2>Capturing Memories that Last a Lifetime</h2>
<p>Your wedding day is one of the most important days of your life. Let us help you remember it with beautiful, timeless photographs.</p>
<a href="portfolio.html" class="cta-button">View Portfolio</a>
</section>
</main>
<footer>
<p>© 2024 Evniyia Photography | Wedding Photography in Cardiff & South Wales</p>
</footer>
</body>
</html>
3

