Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfaa343b6d | |||
| 4bc87e22cc | |||
| 49d71aa19e |
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
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: "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" },
|
{ 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"
|
title="Meet The Crew"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fffefe;
|
||||||
--card: #f9f9f9;
|
--card: #f6f7f4;
|
||||||
--foreground: #000612e6;
|
--foreground: #080908;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #0e3a29;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fffefe;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #e7eecd;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #080908;
|
||||||
--accent: #e2e2e2;
|
--accent: #35c18b;
|
||||||
--background-accent: #106EFB;
|
--background-accent: #ecebe4;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user