Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08902be2a8 | |||
| 0cc2f25f17 | |||
| 999bf21c8e | |||
| ecd0301385 | |||
| 772776842e | |||
| 1498911352 | |||
| b992ee9bf0 | |||
| 15fb443e2b | |||
| ea80e4bc1e | |||
| f597f7879a | |||
| f4b0627794 | |||
| 14b48bb80a |
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "150+", description: "Completed Projects Across Diverse Industries" },
|
{ id: "1", value: "150+", description: "Completed Projects" },
|
||||||
{ id: "2", value: "25+", description: "Years of Award-Winning Design Excellence" },
|
{ id: "2", value: "25+", description: "Years Experience" },
|
||||||
{ id: "3", value: "50+", description: "Expert Team Members Worldwide" },
|
{ id: "3", value: "50+", description: "Team Members" },
|
||||||
{ id: "4", value: "12", description: "International Architecture Awards Won" }
|
{ id: "4", value: "12", description: "International Awards" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #30428f;
|
--background: #fbf5e7;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #2c5aa0;
|
--primary-cta: #2c5aa0;
|
||||||
--primary-cta-text: #f5f4f0;
|
--primary-cta-text: #f5f4f0;
|
||||||
--secondary-cta: #f5f4f0;
|
--secondary-cta: #3b5f9a;
|
||||||
--secondary-cta-text: #1a1a1a;
|
--secondary-cta-text: #1a1a1a;
|
||||||
--accent: #4a7bc4;
|
--accent: #4a7bc4;
|
||||||
--background-accent: #e8e6e1;
|
--background-accent: #e8e6e1;
|
||||||
|
|||||||
Reference in New Issue
Block a user