From af25734a8e5241dfd976eaccda325f85d052e0b7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:04:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1d2edc..6005903 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,6 +103,10 @@ export default function LandingPage() { title="Our Services" description="End-to-end design solutions tailored to your brand vision" tag="Services" + buttons={[ + { text: "Get Quote", href: "#contact" }, + { text: "Inquire Now", href: "mailto:hello@kassic.design" } + ]} /> -- 2.49.1