From af7200188245a5d2883cef0fe286fb84ff8adb60 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e883b4f..29d77d5 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", href: "#services" } + { text: "Explore Our 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" @@ -80,6 +80,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Get Started on Your Project", href: "#contact" } + ]} products={[ { id: "1", brand: "Brand Design", name: "Custom Logo Design", price: "Starting at $2,500", rating: 5, -- 2.49.1