From e85ac86d12a23ae4e1aef97abb41b7724b6f5d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Tue, 29 Apr 2025 18:34:59 -0300 Subject: [PATCH] wip --- superpage/src/components/Carousel.astro | 4 +- superpage/src/components/Course/Plans.astro | 6 +- superpage/src/components/Course/Stats.astro | 8 +- superpage/src/components/Course/Trainer.astro | 3 +- superpage/src/layouts/Layout.astro | 4 +- superpage/src/pages/index.astro | 112 ++++++++++++++---- 6 files changed, 105 insertions(+), 32 deletions(-) diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 4833d3a..14be6b7 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -7,7 +7,7 @@ const { items = [] } = Astro.props;