chris 2e5f253580 Polish: meta/OG tags, JSON-LD, 404 pages, typo fix
- Unique title + meta description on every main-site page
- OpenGraph + Twitter card tags sitewide (hero image on homepage, logo elsewhere)
- LocalBusiness JSON-LD on homepage for Google rich results
- Custom 404 page on main-site (branded, links home + contact)
- Custom not-found page on estore
- Fix typo: "Delivery avalable" → "Delivery available"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 00:47:26 -04:00

34 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found — Beach Party Balloons</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Autour+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<script src="/nav.js" defer></script>
</head>
<body>
<div id="site-nav"></div>
<section class="section" style="min-height: 70vh; display: flex; align-items: center; justify-content: center;">
<div class="has-text-centered">
<p style="font-size: 6rem; line-height: 1; margin-bottom: 1rem;">🎈</p>
<h1 class="title is-2">Oops — page not found</h1>
<p class="subtitle is-5 has-text-grey" style="margin-bottom: 2rem;">
Looks like this balloon floated away. Let's get you back on track.
</p>
<div class="buttons is-centered">
<a class="button is-info is-medium" href="/">Back to home</a>
<a class="button is-light is-medium" href="/contact/">Contact us</a>
</div>
</div>
</section>
<div id="site-footer"></div>
<script src="/script.js"></script>
</body>
</html>