5 Commits

Author SHA1 Message Date
280b7cf12f Merge version_3 into main
Merge version_3 into main
2026-04-21 04:03:07 +00:00
7074777251 Update src/app/page.tsx 2026-04-21 04:03:04 +00:00
9c95ba4c15 Merge version_2 into main
Merge version_2 into main
2026-04-21 04:00:17 +00:00
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>
@@ -163,6 +166,9 @@ export default function LandingPage() {
<FaqBase
textboxLayout="split"
useInvertedBackground={false}
buttons={[
{ text: "Get in touch", href: "#contact" }
]}
faqs={[
{
id: "f1", title: "What is the typical design timeline?", content: "Our projects typically range from 6 to 18 months based on complexity."},
@@ -214,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}