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 2, 2023
1 parent 7234a26 commit 9f02f81
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ export type Props = {
const { onlyShowOnLg } = Astro.props;
---

<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/germany-presentation.jpg"
sectionTitle="Out and about"
title="In-Trend's Germany Presentation on Textured Hair Market Opportunities"
description="For the next two days, In-Trend will be in Germany presenting alongside industry experts on the missed opportunities in the textured hair market."
hasLink={true}
linkTitle="Find out more"
href="https://www.linkedin.com/feed/update/urn:li:activity:7113145392803770368"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<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."
hasLink={true}
linkTitle="Find out more"
href="https://www.in-trend-ltd.com/contact-us"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/scan-me-and-listen-to-your-skin.jpg"
Expand Down

1 comment on commit 9f02f81

@vercel
Copy link

@vercel vercel bot commented on 9f02f81 Oct 2, 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.