diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ee48ce..35d7307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -279,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 5759c0a..318609c 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -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; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7501f6e..d7a3cd7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);