From 3b1e99ec077ce37429ffda22bf761c4166ab9c24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:08:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ff171d..b80315a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,6 +151,7 @@ export default function LandingPage() { { id: "f2", title: "Do you handle sustainable architecture?", content: "Yes, all our projects integrate energy efficiency and sustainable materials." }, { id: "f3", title: "How long is the design process?", content: "Typically 6 to 18 months depending on complexity and scope." }, ]} + buttons={[{ text: "Contact Support", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/laptop-near-smartphone-watch-table_23-2148036898.jpg" title="Design Inquiries" description="Frequently asked questions regarding our architectural process and services." -- 2.49.1