Netlify
tcp/443 tcp/80
Open service 75.2.60.5:80 · presswire.ie
2026-01-12 22:22
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Mon, 12 Jan 2026 22:23:06 GMT Location: https://presswire.ie/ Server: Netlify X-Nf-Request-Id: 01KET4WGAAM0PVPXDX8RJZ7CB1 Content-Length: 36 Connection: close Redirecting to https://presswire.ie/
Open service 75.2.60.5:443 · presswire.ie
2026-01-12 22:22
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 42320
Content-Type: text/html; charset=UTF-8
Date: Mon, 12 Jan 2026 22:22:57 GMT
Etag: "6070bdc53d493a959e5c421e790fa596-ssl"
Referrer-Policy: strict-origin-when-cross-origin
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Nf-Request-Id: 01KET4W87TME96QWDMQTKW384N
X-Xss-Protection: 1; mode=block
Connection: close
Page title: PressWire.ie - Domain-Verified Press Release Distribution for Irish Businesses
<!DOCTYPE html>
<html lang="en-IE">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PressWire.ie - Domain-Verified Press Release Distribution for Irish Businesses</title>
<!-- Deployment: Environment variables configured - v1.3 PR published -->
<meta name="description" content="The only domain-verified PR platform in Ireland. Your press release goes live in 60 seconds. Trusted by 500+ Irish companies. CRO authenticated.">
<meta property="og:title" content="PressWire.ie - Verified Press Releases for Irish Businesses">
<meta property="og:description" content="Domain-verified press releases published in 60 seconds. The trusted PR platform for Irish companies.">
<meta property="og:url" content="https://presswire.ie">
<meta property="og:type" content="website">
<!-- PWA Support -->
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#000000">
<link rel="apple-touch-icon" href="/icon-192.png">
<!-- Preconnect to external domains for faster loading -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.tailwindcss.com">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
* { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.fade-in { animation: fadeIn 0.6s ease-out; }
.animate-pulse-slow { animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.hover-lift { transition: transform 0.2s ease; }
.hover-lift:hover { transform: translateY(-2px); }
.btn-primary { background: #000; color: white; transition: all 0.2s ease; }
.btn-primary:hover { background: #111; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-secondary { background: white; color: #000; border: 1px solid #e5e5e5; transition: all 0.2s ease; }
.btn-secondary:hover { background: #f9f9f9; border-color: #000; }
.badge { background: #10b981; color: white; font-size: 11px; padding: 4px 8px; border-radius: 4px; font-weight: 600; letter-spacing: 0.5px; }
.card { background: white; border: 1px solid #e5e5e5; border-radius: 8px; transition: all 0.2s ease; }
.card:hover { border-color: #000; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.display-font { font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.gradient-text { background: linear-gradient(135deg, #10b981 0%, #059669 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
</style>
</head>
<body class="bg-white">
<!-- Navigation -->
<nav class="fixed w-full bg-white/95 backdrop-blur-sm z-50 border-b border-gray-200">
<div class="max-w-7xl mx-auto px-6">
<div class="flex items-center justify-between h-16">
<div class="flex items-center space-x-3">
<div class="w-8 h-8 bg-black rounded flex items-center justify-center">
<span class="text-white font-bold text-sm">PW</span>
</div>
<div>
<div class="font-semibold text-sm">PressWire.ie</div>
<div class="text-xs text-gray-600">Domain-Verified Press Releases</div>
</div>
<span class="badge ml-2">VERIFIED</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a class='text-sm text-gray-600 hover:text-black transition' href='/about'>About</a>
<a href="#how" class="text-sm text-gray-600 hover:text-black