3 Commits

Author SHA1 Message Date
8a107aa232 Update src/app/page.tsx 2025-12-23 12:33:03 +00:00
ec5b0d65e2 Update src/app/globals.css 2025-12-23 12:18:51 +00:00
47a820e80e Update src/app/globals.css 2025-12-23 12:16:55 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5faff; --background: #f8fcff;
--card: #f1f8ff; --card: #ffffff;
--foreground: #001122; --foreground: #00101f;
--primary-cta: #15479c; --primary-cta: #409fff;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--accent: #a8cce8; --accent: #c7e2fc;
--background-accent: #7ba3cf; --background-accent: #9bcfff;
/* 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);

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
id: "1", id: "1",
name: "Dr. James Morrison", name: "Dr. James Morrison",
role: "Museum Director", role: "Museum Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766491405910-n2jdg6al.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766493180997-hacq0ksm.jpg",
imageAlt: "Portrait of Dr. James Morrison" imageAlt: "Portrait of Dr. James Morrison"
}, },
{ {