From e119d48613ab8ea3bbcf0795a446b2046543af2b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:53:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5918b8f..1ebe635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,8 @@ export default function LandingPage() { buttons={[ { text: "Start Your Free SEO Audit", href: "#contact"}, + { + text: "View Case Studies", href: "#about"}, ]} imageSrc="http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg" avatars={[ @@ -274,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1