9 Commits

Author SHA1 Message Date
3746bb87e2 Merge version_4 into main
Merge version_4 into main
2026-04-21 04:03:36 +00:00
a70e6cac88 Update src/app/page.tsx 2026-04-21 04:03:33 +00:00
7f02150a33 Merge version_3 into main
Merge version_3 into main
2026-04-21 04:02:09 +00:00
aff5c5bdce Update src/app/page.tsx 2026-04-21 04:02:06 +00:00
cb51c5ad3a Merge version_2 into main
Merge version_2 into main
2026-04-21 04:01:18 +00:00
cef741eed6 Update src/app/page.tsx 2026-04-21 04:01:12 +00:00
a3dd5849bf Merge version_1 into main
Merge version_1 into main
2026-04-21 03:56:52 +00:00
e9df38cd98 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:56:25 +00:00
8e1a4304d8 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:55:59 +00:00

View File

@@ -48,8 +48,7 @@ export default function LandingPage() {
title="Authority in Every Pixel."
description="Stratus Edge Solutions crafts premium, high-converting digital infrastructure for industry leaders. Bespoke strategy meets white-glove execution."
buttons={[
{
text: "Book a Free Strategy Call", href: "#contact"},
{ text: "Get Your Free Strategy Blueprint", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-colorful-lights_23-2147881558.jpg"
imageAlt="dark abstract tech background"
@@ -159,7 +158,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
text="Ready to build your digital authority? Let's discuss your vision."
text="Book your complimentary growth audit to define your roadmap and secure your competitive edge."
buttons={[{ text: "Book Your Strategy Call", href: "#" }]}
/>
</div>
@@ -178,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}