import {
Sparkles,
Download,
Wand2,
BookOpen,
ArrowRight,
Twitter,
Linkedin,
Instagram,
Menu
} from "lucide-react";
export default function Hero() {
return (
{/* VIDEO BACKGROUND */}
{/* CONTENT */}
{/* LEFT PANEL */}
{/* NAV */}
bloom
{/* HERO CENTER */}
Innovating the
spirit of bloom AI
{/* CTA */}
{/* PILLS */}
{["Artistic Gallery", "AI Generation", "3D Structures"].map((item) => (
{item}
))}
{/* BOTTOM QUOTE */}
Visionary Design
“We imagined a realm with no ending.”
MARCUS AURELIO
{/* RIGHT PANEL */}
{/* TOP BAR */}
{[Twitter, Linkedin, Instagram].map((Icon, i) => (
))}
{/* COMMUNITY CARD */}
Enter our ecosystem
Connect with designers shaping the future of flora.
{/* FEATURES */}
Advanced Plant Sculpting
Generate organic structures with AI precision.
);
}