diff --git a/src/components/playground/GalarySection.jsx b/src/components/playground/GalarySection.jsx new file mode 100644 index 0000000..5cc1fac --- /dev/null +++ b/src/components/playground/GalarySection.jsx @@ -0,0 +1,41 @@ +import TButton from "../shared/TertiaryButton"; +import images from "../../config/galary"; + +export default function GalarySection() { + const getRandomImages = () => { + const shuffled = [...images].sort(() => 0.5 - Math.random()); + return shuffled.slice(0, 5); + }; + + const randomImages = getRandomImages(); + + return ( +
+ Explore our vibrant moments captured in stunning visuals. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Suspendisse varius enim in eros elementum tristique. Duis cursus, + mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam + libero vitae erat. +
++ No images found for selected year. +
+