Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 154951f287 | |||
| 113b06ea53 | |||
| 20729cb3ef | |||
| c8acd67e58 | |||
| 7e92422388 |
@@ -96,10 +96,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
const team = [
|
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=?_wi=1'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=?_wi=2'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"
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -214,11 +214,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="S|F"
|
logoText="
|
||||||
|
S|F"
|
||||||
leftLink={{ text: "© 2025 Safransky-Feiner Creative. Los Angeles, CA.", href: "#" }}
|
leftLink={{ text: "© 2025 Safransky-Feiner Creative. Los Angeles, CA.", href: "#" }}
|
||||||
rightLink={{ text: "Follow us", href: "#" }}
|
rightLink={{ text: "Follow us", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #0a0a0c;
|
--background: #0a0a0c;
|
||||||
--card: #131317;
|
--card: #131317;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #4A90D9;
|
--primary-cta: #5CB85C;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #0a0a0c;
|
--secondary-cta-text: #0a0a0c;
|
||||||
--accent: #7B68EE;
|
--accent: #4A90D9;
|
||||||
--background-accent: #4A90D9;
|
--background-accent: #4A4A4A;
|
||||||
|
|
||||||
/* 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