2 Commits

Author SHA1 Message Date
4bc87e22cc Update src/app/page.tsx 2026-05-12 17:05:35 +00:00
49d71aa19e Update theme colors 2026-05-12 17:03:22 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{ id: "t1", name: "Joanna", role: "Owner & Founder", description: "Head of culinary vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266791326-lh9imbsa.png" },
{ id: "t2", name: "Michał ", role: "Head Chef", description: "Master of the grill", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=36ildq" },
{ id: "t2", name: "Michał ", role: "Head Chef", description: "Master of the grill", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778605524370-9vfphd0o.jpg" },
{ id: "t3", name: "ola/karol ", role: "Service Lead", description: "Ensuring great harbor vibes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8amwm" },
]}
title="Meet The Crew"

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);