Components
This is a visual render of the "AURÉLIE" fragrance website hero section, generated directly from the provided React code. Set in a browser window, it features an elegant "obsidian" dark background with drifting gold particles. The layout showcases a luxurious perfume bottle float
Loading preview...
import { Component } from "@/components/ui/hero";
export default function DemoOne() {
return <Component />;
}