4 Commits

Author SHA1 Message Date
232a47f87d Update theme colors 2026-03-19 16:04:34 +00:00
c384f863d6 Update src/app/page.tsx 2026-03-19 16:02:16 +00:00
c8b450615e Update src/app/page.tsx 2026-03-19 16:01:48 +00:00
28580273a4 Merge version_2 into main
Merge version_2 into main
2026-03-19 15:55:51 +00:00
2 changed files with 5 additions and 5 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" },
{ id: "2", value: "25+", description: "Years Experience" },
{ id: "3", value: "50+", description: "Team Members" },
{ id: "4", value: "12", description: "International Awards" }
{ 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" }
]}
buttonAnimation="slide-up"
/>

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--background: #30428f;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c5aa0;