Skip to content

Commit

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

<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<!-- TODO: host the PDF file on github -->
<ReportCard
imgSrc="/images/index/reports/whats-up-haircare.jpg"
sectionTitle="Report"
title="What’s Up in Haircare?"
description="Want to be in the know about the latest haircare macro and product trends? Our What's Up in Haircare analyzes all global product launches to create product recommendations specific to your product development or marketing needs. Download a snippet of the report here and get in touch for more information."
hasLink={true}
linkTitle="Download pdf"
href="/pdfs/whats-up-haircare.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/luxepack.jpg"
Expand Down

1 comment on commit f08e672

@vercel
Copy link

@vercel vercel bot commented on f08e672 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.