From 847160f0975c6402ed282aa25e1449892d55bbd1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:00:14 +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 6b35c98..7440750 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,9 @@ export default function LandingPage() { title="Design Philosophy" description={[ "At ArchCore, we believe architecture is the bridge between human emotion and environmental responsibility.", "Our team translates complex narratives into structural art, ensuring longevity, beauty, and function."]} + buttons={[ + { text: "Discuss Your Project", href: "#contact" } + ]} /> @@ -214,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1