5 Commits

Author SHA1 Message Date
f94f1334db Update src/app/page.tsx 2026-06-10 06:19:59 +00:00
842ef954ef Update src/app/styles/variables.css 2026-06-10 06:18:34 +00:00
e51bf97294 Update src/app/styles/base.css 2026-06-10 06:18:34 +00:00
7bda0c8e7c Update src/app/page.tsx 2026-06-10 06:18:33 +00:00
f3fb618ef5 Merge version_1 into main
Merge version_1 into main
2026-06-10 05:55:43 +00:00
3 changed files with 14 additions and 13 deletions

View File

@@ -168,9 +168,9 @@ export default function LandingPage() {
{ {
id: "m1", value: "1,000+", description: "Projects Delivered"}, 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" metricsAnimation="blur-reveal"
/> />
@@ -181,7 +181,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ 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" title="Trusted by Industry Leaders"
description="We're proud to collaborate with a diverse range of over 50 trusted brands globally." description="We're proud to collaborate with a diverse range of over 50 trusted brands globally."
tag="Partnerships" tag="Partnerships"

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); 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; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { 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; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5faff; --background: #0A0A0A;
--card: #ffffff; --card: #1A1A1A;
--foreground: #001122; --foreground: #F8F8F8;
--primary-cta: #15479c; --primary-cta: #00BFFF;
--primary-cta-text: #f5faff; --primary-cta-text: #f5faff;
--secondary-cta: #ffffff; --secondary-cta: #9932CC;
--secondary-cta-text: #001122; --secondary-cta-text: #001122;
--accent: #a8cce8; --accent: #FF8C00;
--background-accent: #7ba3cf; --background-accent: #343A40;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);