Skip to content

Commit

Permalink
Update ReportsSectionSlideBlock.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex authored Jul 21, 2024
1 parent d0a30ce commit e4ac295
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ export type Props = {
const { onlyShowOnLg } = Astro.props;
---

<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/07-nick-min.png"
sectionTitle="Expert Interview"
title="Interview With Nick Howard"
description="The key to an accurate skin analysis? A ground truth. Eve Lab Insight, founded in 2019, can analyze more than 40 skin dimensions in less than 30 seconds. But how? We sat down with Nick Howard, Director of Global Strategy, to find out how an algorithm built on extensive analysis is the difference between simple marketing and scientifically accurate results. Read more via the link in the bio."
hasLink={true}
linkTitle="Download pdf"
href="/pdfs/07-nick.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/06-maca-min.png"
Expand Down

0 comments on commit e4ac295

Please sign in to comment.