import Link from "next/link" import { Button } from "@/components/ui/button" import { Card } from "@/components/ui/card" import { Navigation } from "@/components/navigation" import { SparkleEffect } from "@/components/sparkle-effect" import { Sparkles, Palette, Heart, Star } from "lucide-react" export default function HomePage() { return (
{/* Hero Section */}

Paint Spark

by Banksy

Welcome to my magical world of anime art! ✨ I'm a 10-year-old artist who loves bringing characters to life with colors and sparkles!

{/* Features Section */}

Anime Art

Beautiful anime characters with vibrant colors and expressive emotions

Magical Effects

Every piece is filled with sparkles, rainbows, and special anime symbols

Made with Love

Each artwork is created with passion and lots of imagination

{/* Call to Action */}

Support My Art Journey! 🌟

Help me continue creating amazing anime art and bring more magical characters to life!

) }