From 92910c5686f9f5463d1ffc5432e78ed48ad17f64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:17:32 +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 406390c..e883b4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { description="We are a branding and marketing agency dedicated to helping businesses grow their brand presence online. Our team combines creative design expertise with marketing strategy to deliver comprehensive branding solutions that elevate your business and connect with your audience." tag="Who We Are" buttons={[ - { text: "Explore Our Services" } + { text: "Explore Our Services", href: "#services" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aq4GR4KjFwRGVJPZ4lPalKUGgE/a-professional-team-collaboration-image--1773306863362-46833d81.png" imageAlt="Elevate Digital team collaborating on branding projects" @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1