Skip to content

Commit

Permalink
Update ReportsSectionSlideBlock.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex authored Apr 4, 2024
1 parent 7c43242 commit 35f25d9
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/vb-interview.jpg"
sectionTitle="Out and About"
title="Interview With Victor Bechara"
description="Our recent expert interview was with Brazilian dermatologist and aesthetic clinic owner, Victor Bechara. His soft sculpting approach brings forth a new era of dermatology in the country famed for its aesthetic protocols."
hasLink={true}
linkTitle="Download pdf"
href="/pdfs/vb-interview.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/latest-beauty-trends.jpg"
Expand Down

0 comments on commit 35f25d9

Please sign in to comment.