From 9f2a776533d32235600c3c986ebfdca9cac80f02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:57:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aee1d1a..7269d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,7 @@ export default function LandingPage() { description="We are a boutique firm specializing in high-end brand integration and professional solutions. Our mission is to bridge the gap between creative vision and technical execution." imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84844.jpg" imageAlt="Professional office space" + buttons={[{ text: "Schedule Consultation", href: "#contact" }]} /> @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1