Skip to content

Commit

Permalink
Update ReportsSectionSlideBlock.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex authored Oct 11, 2023
1 parent f31be3f commit 1757688
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ const { onlyShowOnLg } = Astro.props;
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<!-- TODO: host the PDF file on github -->
<ReportCard
imgSrc="/images/index/reports/back-2-hair-school.jpg"
sectionTitle="Out and about"
title="Back 2 Hair School"
description="There’s no doubt that the Hair market is booming at the moment, with hairstyling products replacing lipstick as the UK’s affordable recession treat. This month, we’ve gone back to hair school with some of our amazing clients! In this Hair Newsletter we explore the developing consumer demand for color analysis, closing the textured hair gap, full head health and the massification of bonding (to name just a few). Want to learn more? Drop us an email today."
imgSrc="/images/index/reports/quarterly-hair-newsletter.jpg"
sectionTitle="Report"
title="Quarterly Hair Newsletter"
description="In this Hair Newsletter we explore the developing consumer demand for color analysis, closing the textured hair gap, full head health and the massification of bonding (to name just a few). Want to learn more? Drop us an email today."
hasLink={true}
linkTitle="Find out more"
href="https://www.in-trend-ltd.com/contact-us"
linkTitle="Download pdf"
href="/pdfs/hair-newsletter-october-23.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
Expand Down

1 comment on commit 1757688

@vercel
Copy link

@vercel vercel bot commented on 1757688 Oct 11, 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.