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