AmazonS3
tcp/443 tcp/80
CloudFront
tcp/443 tcp/80
Open service 3.174.46.75:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:55 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: x9GWJJWGyflt7DQ2XJTiVgLDpHuFfsbq5HpBXFHs0t0Hu1BvWnjILg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: x9GWJJWGyflt7DQ2XJTiVgLDpHuFfsbq5HpBXFHs0t0Hu1BvWnjILg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:28eb:fa00:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: TDLzsIYCd7IOnH_g4ybhw1Mo_cyiVoWyNR7OH3aSL7YeVJDFV24UdQ==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 3.174.46.73:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:55 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: Ia2hujF6qF94AIoCUDJsvqpg-B3JugzaL8m3tyNwifs9GHd__2khCg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: Ia2hujF6qF94AIoCUDJsvqpg-B3JugzaL8m3tyNwifs9GHd__2khCg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:28eb:fa00:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 a76fa9726ee874821e5dfb7bf947ffbc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: PBDPaH2Y6QjbzD019Pps_spvoy6_J_VWmLA57BmnPMIqCHIRKs1ycA==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:7000:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: eEMEu3xA8FiX5AlZE41iK73ZPtLWK9z6Srz2xvE1inx96m0cC_B2YA==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:7000:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: TGRhLpw1FvicAZPwXLYRFg9L92HojXfvINHB4r74ypnaMAavamFOdw==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:1a00:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 c9300fee53e483fd91f18a10d4431680.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: z3SIoAH0EGMolFM00VmeAQLTqzZgTUL-saTiyAl1Fvn-0SfAJEZcnw==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:a800:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: B4dz2HoPMbz_y2SbU8RvQQ6logNm9netdIXPxliljbFz3ehF_ap10Q==
Age: 34559
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:1a00:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: x_hMq9Eh1Lk_LjfxEN1-YFTDBscuikiIijefoJx_eTwSlCoNmBEIXg==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:3000:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: ndzQFZYMSK-Ctj2UFERayb5F3Wmf13QmTGL5OI9uxE761Ihgjcpd3A==
Age: 34559
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:f800:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 93d781183bce1d007952de339c1bf1f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: H6PPbMhmEdHYijM-vNAi5xgx3-cc4itAeDB-S5ubQzGlkOkXixdVFw==
Age: 34559
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:f800:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 278fc31388a17e0af9d84be18de80a5a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: -jAqEsWLuUzC7B7gPpK6H9yWSY0tl-wH2ULxRrvQy9WkIbhsYj-b2w==
Age: 34559
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:c800:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 5510ba86e3df44d161d0304fbdee228c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: _92MX-MudJlYQ0-vSddLuGHCNUosVO6KhC4R473OMgO350Quk1GYgg==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:5200:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: _MyzVA3mlBlWrNFzm7uzj3O-bQdziAf74_T-MuEw5MwqHnoX8UjyTw==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 3.174.46.112:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:54 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 b05a5dd80bc2a2f1773b586f1714217a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: NjK_5pneZCTRhZ8nfc9nz4Uyi5ylGpljTY-CehqpKpT1n0xUZUzlzw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: NjK_5pneZCTRhZ8nfc9nz4Uyi5ylGpljTY-CehqpKpT1n0xUZUzlzw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:28eb:3000:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: zLhNu3-jB0RQN29okArqdB7ukCZthZGe_QMF0_iPHgBjZiRTphxIxQ==
Age: 34559
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:5200:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 1ff7b3dffc71b149c2f0fa89757c1bd6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: EZX5cHXfCQRtFDpKjUaCa-nTCjkgmhv5KVVUgMxUseXW_xt238tCgQ==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 2600:9000:28eb:a800:17:a66d:e000:93a1:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: GvZC6URBK9_Lbg9TljQQJArnULRO3hhPyVoFvU_eR9rO0x7pqWbP6Q==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 3.174.46.73:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:55 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 94b7e0ee2a6007674c5416c61042731c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: 2LayNXedwhK5JDSUvytqPFsAvI9TQ1Hn8ogR8tGO1CyWmEnFPhRaJw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: 2LayNXedwhK5JDSUvytqPFsAvI9TQ1Hn8ogR8tGO1CyWmEnFPhRaJw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.22:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:54 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: mbBCRsujQ54Q03wSSRyPRAAmxIEQoZZzVwy5f-6WoWzLmsB44oPKtg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: mbBCRsujQ54Q03wSSRyPRAAmxIEQoZZzVwy5f-6WoWzLmsB44oPKtg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:28eb:c800:17:a66d:e000:93a1:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 32983
Connection: close
Date: Tue, 30 Dec 2025 18:36:56 GMT
Last-Modified: Thu, 20 Nov 2025 07:11:57 GMT
ETag: "20a1519e23e6f05e4219289b4dc3afab"
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P12
X-Amz-Cf-Id: r5OU0zFS4xeunhP6xN0d8qW_Xv_yHleDK-ZP0XVrkVibPISzdhqOFg==
Age: 34560
Page title: Leadrax.io — Growth‑as‑a‑Service (GaaS)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Leadrax.io — Growth‑as‑a‑Service (GaaS)</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
DEFAULT: "#1E40AF",
50: "#EEF2FF",
100: "#E0E7FF",
200: "#C7D2FE",
300: "#A5B4FC",
400: "#818CF8",
500: "#6366F1",
600: "#4F46E5",
700: "#4338CA",
800: "#3730A3",
900: "#312E81",
},
},
boxShadow: {
soft: "0 10px 30px -12px rgba(2,6,23,.2)",
},
},
},
};
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&family=Racing+Sans+One&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
Segoe UI,
Roboto,
Helvetica,
Arial;
}
.headline {
font-family: "Plus Jakarta Sans", Inter, ui-sans-serif;
letter-spacing: -0.02em;
}
.logo-text {
font-family: "Racing Sans One", Inter, ui-sans-serif;
letter-spacing: 0.02em;
}
.glass {
backdrop-filter: blur(10px);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.65)
);
}
.process-step {
position: relative;
}
@keyframes pulse-glow {
0%,
100% {
box-shadow: 0 0 20px rgba(79, 70, 229, 0.3);
}
50% {
box-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}
}
.pulse-glow {
animation: pulse-glow 3s ease-in-out infinite;
}
.success-message {
background: linear-gradient(135deg, #10b981, #059669);
color: white;
padding: 1rem;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
display: none;
}
</style>
</head>
<body class="bg-slate-50 text-slate-900">
<!-- Top nav -->
<header
class="sticky top-0 z-40 border-b border-slate-200/60 bg-white/80 backdrop-blur"
>
<div
class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex items-center justify-between h-16"
>
<div class="flex items-center">
<img src="https://lcp-msd.s3.us-east-1.amazonaws.com/img-29sua-nadn442/logo.png" alt="Leadrax logo" class="h-12 w-auto" />
</div>
<nav class="hidden md:flex items-center gap-8 text-sm font-medium">
<a href="#products" class="hover:text-brand-700">Products</a>
<a href="#how" class="hover:text-brand-700">How it works</a>
<a href="#followup" class="hover:text-brand-700">Follow‑up</a>
</nav>
<div class="flex items-center gap-3">
<a
href="#demo"
class="hidden sm:inline-flex px-4 py-2 rounded-xl border border-slate-300 hover:bg-slate-100"
>Get a demo</a
>
<button
id="mobile-menu-btn"
class="md:hidden inline-flex p-2 rounded-lg border border-slate-300 hover:bg-slate-100"
aria-label="Open menu"
>
☰
</button>
</div>
</div>
<!-- Mobile Menu (hidden by default) -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-slate-200">
<div class="px-4 py-3 space-y-2">
<a href="#products" class=
Open service 3.174.46.112:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:55 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 fb2395486b1f6d2e4773c1e2a002347e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: ZRpQwjAnD0xF77FKwcr0mhNlyfdb1BHcQbZ2pSPeIELkD9cf338_rw== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: ZRpQwjAnD0xF77FKwcr0mhNlyfdb1BHcQbZ2pSPeIELkD9cf338_rw== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.75:80 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:54 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 c69902ded6396eee37d12b61d86f4414.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: hwDjZ7VKoFiuMX4-PBuc0mPwL1JUKPa70mjae2XEhbMrBFBh8w7qFg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: hwDjZ7VKoFiuMX4-PBuc0mPwL1JUKPa70mjae2XEhbMrBFBh8w7qFg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 3.174.46.22:443 · leadrax.io
2025-12-31 04:12
HTTP/1.1 403 Forbidden Server: CloudFront Date: Wed, 31 Dec 2025 04:12:54 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 edeee55acaf119bab76272bf57b28cc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P12 X-Amz-Cf-Id: hhlDfNw9U-ProKgJ2-HGR2n0wWxQ3m2lraOaiO9-MsAdkPmZKLSxDQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: hhlDfNw9U-ProKgJ2-HGR2n0wWxQ3m2lraOaiO9-MsAdkPmZKLSxDQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
3.174.46.75 1 2600:9000:28eb:fa00:17:a66d:e000:93a1 1 3.174.46.73 1 2600:9000:28eb:7000:17:a66d:e000:93a1 1 2600:9000:28eb:1a00:17:a66d:e000:93a1 1 2600:9000:28eb:a800:17:a66d:e000:93a1 1 2600:9000:28eb:3000:17:a66d:e000:93a1 1 2600:9000:28eb:f800:17:a66d:e000:93a1 1 2600:9000:28eb:c800:17:a66d:e000:93a1 1 2600:9000:28eb:5200:17:a66d:e000:93a1 1 3.174.46.112 1 3.174.46.22 1