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 ( + + ) +}