diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e483a..84276cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,10 +96,10 @@ export default function LandingPage() { const team = [ { - id: "1", name: "Eli Feiner", role: "Co-Founder & Marketing", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176167.jpg", imageAlt: "Eli Feiner portrait" + id: "1", name: "Eli Feiner", role: "Co-Founder & Marketing", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cdefs%3E%3ClinearGradient id='eliGradient' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%2300d084;stop-opacity:1'/%3E%3Cstop offset='100%25' style='stop-color:%233b82f6;stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23eliGradient)'/%3E%3C/svg%3E", imageAlt: "Eli Feiner portrait" }, { - id: "2", name: "Nathan Safransky", role: "Co-Founder & Development", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", imageAlt: "Nathan Safransky portrait" + id: "2", name: "Nathan Safransky", role: "Co-Founder & Development", imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cdefs%3E%3ClinearGradient id='nathanGradient' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%233b82f6;stop-opacity:1'/%3E%3Cstop offset='100%25' style='stop-color:%239ca3af;stop-opacity:1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23nathanGradient)'/%3E%3C/svg%3E", imageAlt: "Nathan Safransky portrait" }, ]; @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index be31253..f08ddc0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #0a0a0c; --card: #131317; --foreground: #ffffff; - --primary-cta: #4A90D9; + --primary-cta: #5CB85C; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #0a0a0c; - --accent: #7B68EE; - --background-accent: #4A90D9; + --accent: #4A90D9; + --background-accent: #4A4A4A; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);