import React, { useState } from "react"; // Bubble Muse — Candy Pop Art Portfolio (TailwindCSS required) // Focused exclusively on art pieces. export default function BubbleMuse() { const palette = { pink: "#FF6FB5", aqua: "#6FE7DD", yellow: "#FFE66D", lavender: "#CBA6F7", pearl: "#FFFFFF", }; const artPieces = [ { id: 1, title: "Sweet Sunrise", src: "https://picsum.photos/seed/art1/800/800", desc: "Mixed media — acrylic & glitter" }, { id: 2, title: "Bubblegum Dreams", src: "https://picsum.photos/seed/art2/800/800", desc: "Digital collage" }, { id: 3, title: "Cotton Cloud", src: "https://picsum.photos/seed/art3/800/800", desc: "Watercolor study" }, { id: 4, title: "Neon Petals", src: "https://picsum.photos/seed/art4/800/800", desc: "Fashion illustration" }, { id: 5, title: "Candy Street", src: "https://picsum.photos/seed/art5/800/800", desc: "Photography + edits" }, { id: 6, title: "Polaroid Heart", src: "https://picsum.photos/seed/art6/800/800", desc: "Mini series" }, ]; const [selectedArt, setSelectedArt] = useState(null); return (
A vibrant world where art pops, colors dance, and every piece whispers something sweet.
Each piece a bubble of imagination. Tap to explore the magic.
I’m Señorita — the dreamer behind Bubble Muse. My art celebrates color, emotion, and the playful beauty of the world through candy tones and glittered light.
{selectedArt.desc}