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