12 Commits

Author SHA1 Message Date
08902be2a8 Merge version_2 into main
Merge version_2 into main
2026-03-19 16:08:38 +00:00
0cc2f25f17 Update theme colors 2026-03-19 16:08:32 +00:00
999bf21c8e Switch to version 2: modified src/app/styles/variables.css 2026-03-19 16:07:28 +00:00
ecd0301385 Switch to version 2: modified src/app/page.tsx 2026-03-19 16:07:27 +00:00
772776842e Merge version_1 into main
Merge version_1 into main
2026-03-19 16:05:22 +00:00
1498911352 Update theme colors 2026-03-19 16:05:16 +00:00
b992ee9bf0 Switch to version 1: modified src/app/page.tsx 2026-03-19 16:04:58 +00:00
15fb443e2b Switch to version 2: modified src/app/styles/variables.css 2026-03-19 16:04:50 +00:00
ea80e4bc1e Switch to version 2: modified src/app/page.tsx 2026-03-19 16:04:50 +00:00
f597f7879a Merge version_3 into main
Merge version_3 into main
2026-03-19 16:04:40 +00:00
f4b0627794 Merge version_3 into main
Merge version_3 into main
2026-03-19 16:02:20 +00:00
14b48bb80a Merge version_3 into main
Merge version_3 into main
2026-03-19 16:01:52 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #30428f;
--background: #fbf5e7;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c5aa0;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta: #3b5f9a;
--secondary-cta-text: #1a1a1a;
--accent: #4a7bc4;
--background-accent: #e8e6e1;