2 Commits

Author SHA1 Message Date
509cc3f1e2 Update src/app/page.tsx 2026-05-13 18:48:57 +00:00
d7abebb141 Update theme colors 2026-05-13 18:48:00 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
title="Strategic Growth for Madrid Brands"
description="We combine local market intelligence with international growth strategies to ensure your business thrives in the digital age."
metrics={[{ value: "150+", title: "Brands Scaled" }, { value: "240%", title: "Avg ROI Growth" }, { value: "10y", title: "Market Legacy" }]}
imageSrc="http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991369.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AFDRpptPx4buwNV34xBpWy9jNG/tmp/create-an-image-of-a-couple-laughing-1778697896592-a48bf27f.png"
imageAlt="team collaboration modern office"
mediaAnimation="slide-up"
metricsAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);