1 Commits

Author SHA1 Message Date
1498911352 Update theme colors 2026-03-19 16:05:16 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="By The Numbers"
description="Trusted by 500+ global clients who rely on our expertise. Delivering $2B+ in exceptional architectural projects worldwide."
description="Our track record speaks to our dedication and expertise in delivering exceptional architectural solutions."
tag="Impact"
tagIcon={TrendingUp}
tagAnimation="slide-up"
@@ -112,10 +112,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="scale-rotate"
metrics={[
{ id: "1", value: "150+", description: "Completed Projects Across Diverse Industries" },
{ id: "2", value: "25+", description: "Years of Award-Winning Design Excellence" },
{ id: "3", value: "50+", description: "Expert Team Members Worldwide" },
{ id: "4", value: "12", description: "International Architecture Awards Won" }
{ id: "1", value: "150+", description: "Completed Projects" },
{ id: "2", value: "25+", description: "Years Experience" },
{ id: "3", value: "50+", description: "Team Members" },
{ id: "4", value: "12", description: "International Awards" }
]}
buttonAnimation="slide-up"
/>

View File

@@ -15,7 +15,7 @@
--foreground: #1a1a1a;
--primary-cta: #2c5aa0;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta: #3b5f9a;
--secondary-cta-text: #1a1a1a;
--accent: #4a7bc4;
--background-accent: #e8e6e1;