2 Commits

Author SHA1 Message Date
847160f097 Update src/app/page.tsx 2026-04-21 04:00:14 +00:00
1ca0a51707 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:59:18 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -214,4 +217,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}