diff --git a/src/Apps/About/AboutApp.tsx b/src/Apps/About/AboutApp.tsx index 9a8e30a53a6..aa017973000 100644 --- a/src/Apps/About/AboutApp.tsx +++ b/src/Apps/About/AboutApp.tsx @@ -14,10 +14,7 @@ import { MetaTags } from "Components/MetaTags" import { RouterLink } from "System/Router/RouterLink" import { resized } from "Utils/resized" import { AboutArtworksRailQueryRenderer } from "./AboutArtworksRail" -import { - FullBleedHeader, - FullBleedHeaderOverlay, -} from "Components/FullBleedHeader/FullBleedHeader" +import { FullBleedHeader } from "Components/FullBleedHeader/FullBleedHeader" export const AboutApp: React.FC = () => { return ( @@ -33,10 +30,16 @@ export const AboutApp: React.FC = () => { caption="Detail of Cassi Namoda, A Strange Song, 2022. Detail of Alex Katz, Day Lily 1, 1969." > - { > The Future of Art Collecting - + diff --git a/src/Apps/Consign/Routes/MarketingLanding/Components/LandingPage/MeetTheSpecialists.tsx b/src/Apps/Consign/Routes/MarketingLanding/Components/LandingPage/MeetTheSpecialists.tsx index 23aa6535408..588ab0341e6 100644 --- a/src/Apps/Consign/Routes/MarketingLanding/Components/LandingPage/MeetTheSpecialists.tsx +++ b/src/Apps/Consign/Routes/MarketingLanding/Components/LandingPage/MeetTheSpecialists.tsx @@ -90,19 +90,25 @@ export const MeetTheSpecialists: React.FC = () => { lazyLoad alt={`specialist ${i.firstName}`} /> - - + {i.name} + {i.jobTitle} - + + + - + )) @@ -142,13 +148,7 @@ export const MeetTheSpecialists: React.FC = () => { ) } -const LinearGradient = styled(Box)` - position: "absolute"; - top: 0; - width: 100%; - height: 100%; - background: transparent; - position: absolute; - transition: background-color 200ms; +const Info = styled(Box)` background: ${themeGet("effects.overlayGradient")}; + text-shadow: ${themeGet("effects.textShadow")}; ` diff --git a/src/Components/Footer/FooterDownloadAppBanner.tsx b/src/Components/Footer/FooterDownloadAppBanner.tsx index 1bc01c05afc..c990951329c 100644 --- a/src/Components/Footer/FooterDownloadAppBanner.tsx +++ b/src/Components/Footer/FooterDownloadAppBanner.tsx @@ -25,7 +25,7 @@ import { useSystemContext } from "System/SystemContext" const IGNORE_PATHS = ["/meet-your-new-art-advisor"] const APP_BANNER_SRC = - "https://files.artsy.net/images/universal-footer_april-14.jpg" + "https://files.artsy.net/images/universal-footer_april-14_cropped.jpg" export const FooterDownloadAppBanner = () => { const { relayEnvironment } = useSystemContext()