From e8f457cd72d41bef496520274680806b242219b9 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 5 Aug 2026 18:14:38 +0000 Subject: [PATCH] Deploy --- .../sections/GalleryBannerSection.tsx | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/components/sections/GalleryBannerSection.tsx diff --git a/src/components/sections/GalleryBannerSection.tsx b/src/components/sections/GalleryBannerSection.tsx new file mode 100644 index 0000000..0651fb1 --- /dev/null +++ b/src/components/sections/GalleryBannerSection.tsx @@ -0,0 +1,46 @@ +import Image from 'next/image' + +export default function GalleryBannerSection() { + return ( + + ) +}