From 04a14136d9c8a688f15d5252765d80e741fe80c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:00:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8088ec..6496b80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Elevating Brands Through Social Excellence" description="We craft premium content experiences that drive engagement and build lasting brand authority for the modern enterprise." - buttons={[{ text: "Book a Strategy Call", href: "#contact" }, { text: "Learn More", href: "#about" }]} + buttons={[{ text: "Book a Strategy Call", href: "#contact" }, { text: "View Case Studies", href: "#results" }]} imageSrc="http://img.b2bpic.net/free-photo/apps-workplace-social-media-holding-profession_1134-768.jpg" /> @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1