From ede45ec137592e37479a36e317b9bca67c65a33d Mon Sep 17 00:00:00 2001 From: Shing Hung Date: Sun, 5 Jan 2025 16:44:09 -0800 Subject: [PATCH] add bannar --- src/components/qp/Carousel.astro | 12 ++++++++++-- src/pages/quarterly.astro | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/qp/Carousel.astro b/src/components/qp/Carousel.astro index 2e02e77..0f89a1b 100644 --- a/src/components/qp/Carousel.astro +++ b/src/components/qp/Carousel.astro @@ -1,7 +1,15 @@ --- +import Subtitle from "../core/Subtitle.astro"; +import { Image } from "astro:assets"; +import qp from "../../../public/qp.png"; +--- ---- +
+ -
+

+ Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries f +

+ board group photos
\ No newline at end of file diff --git a/src/pages/quarterly.astro b/src/pages/quarterly.astro index ffd47de..d8a3dcc 100644 --- a/src/pages/quarterly.astro +++ b/src/pages/quarterly.astro @@ -9,6 +9,7 @@ import qp from "../../public/qp.png" import Mentorship from "../components/qp/Mentorship.astro"; import qpborder from "../../public/qpborder.png"; import Join from "../components/qp/Join.astro"; +import Carousel from "../components/qp/Carousel.astro"; --- @@ -23,4 +24,5 @@ import Join from "../components/qp/Join.astro"; +