import { Instagram } from "lucide-react";
const Index = () => {
return (
{/* Golden Frame */}
{/* Subtle gradient overlay for luxury feel */}
{/* Logo */}

{/* Main Content */}
{/* Social Links */}
Find us on social media in the meantime:
);
};
export default Index;