Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 06:18:37 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -168,9 +168,9 @@ export default function LandingPage() {
{
id: "m1", value: "1,000+", description: "Projects Delivered"},
{
id: "m2", value: "50+", description: "Trusted Brands"},
id: "m2", value: "50+", description: "Trusted Brand Partners"},
{
id: "m3", value: "5", description: "Countries Served"},
id: "m3", value: "5+", description: "Countries Served (USA & UAE)"},
]}
metricsAnimation="blur-reveal"
/>
@@ -181,7 +181,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Asset Management", "Global Tech Solutions", "Creative Minds Studio", "Digital Innovations", "Enterprise Connect", "Future Systems Inc.", "Growth Marketing Co."]}
"Asset Management", "Global Tech Solutions", "Creative Minds Studio", "Digital Innovations", "Enterprise Connect", "Future Systems Inc.", "Growth Marketing Co."}
title="Trusted by Industry Leaders"
description="We're proud to collaborate with a diverse range of over 50 trusted brands globally."
tag="Partnerships"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-font-family: var(--font-dm-sans), sans-serif;), sans-serif;
font-family: var(--font-font-family: var(--font-figtree), sans-serif;), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-dm-sans), sans-serif;), sans-serif;
font-family: var(--font-font-family: var(--font-figtree), sans-serif;), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #0A0A0A;
--card: #1A1A1A;
--foreground: #F8F8F8;
--primary-cta: #00BFFF;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta: #9932CC;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #FF8C00;
--background-accent: #343A40;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);