Seed: music template (13 files)

This commit is contained in:
2026-07-23 22:59:58 +00:00
parent 48aa07d1b3
commit 9d49bfbd0e
+2 -2
View File
@@ -40,7 +40,7 @@ export default function IndexPage() {
try {
const res = await buyTicket({ plan: show.venue, city: show.city });
if (res?.url && res.url !== "#") { window.location.href = res.url; return; }
toast.success(`Tickets reserved for \${show.venue}`);
toast.success(`Tickets reserved for ${show.venue}`);
} catch {
toast.error("Could not start checkout. Please try again.");
}
@@ -131,7 +131,7 @@ export default function IndexPage() {
<div className="grid sm:grid-cols-2 lg:grid-cols-4 gap-6 stagger">
{discography.map((a, i) => (
<Card key={i} className="backdrop-blur-sm bg-card/80 border-border/50 hover:border-purple-500/30 hover:-translate-y-1 hover:shadow-lg transition-all duration-300 overflow-hidden group">
<div className={`aspect-square bg-gradient-to-br \${a.gradient} flex items-center justify-center`}>
<div className={`aspect-square bg-gradient-to-br ${a.gradient} flex items-center justify-center`}>
<Music className="h-16 w-16 text-white/60 group-hover:scale-110 transition-transform" />
</div>
<CardContent className="p-4">