From cef741eed662e0e8bd25fd452926ac8ff547877e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:01:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a77726..c67a234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "Book a Free Strategy Call", 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() { @@ -178,4 +177,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1