Seed: wedding template (15 files)
This commit is contained in:
@@ -64,7 +64,7 @@ export default function DetailsPage() {
|
||||
<div className="relative max-w-lg mx-auto stagger">
|
||||
<div className="absolute left-6 top-0 bottom-0 w-px bg-rose-200 dark:bg-stone-700" />
|
||||
{schedule.map((item, i) => (
|
||||
<div key={i} className="relative flex gap-6 mb-10 last:mb-0 animate-fade-up" style={{ animationDelay: `\${i * 150}ms` }}>
|
||||
<div key={i} className="relative flex gap-6 mb-10 last:mb-0 animate-fade-up" style={{ animationDelay: `${i * 150}ms` }}>
|
||||
<div className="w-12 h-12 rounded-full bg-rose-100 dark:bg-stone-700 flex items-center justify-center shrink-0 z-10 border-2 border-white dark:border-stone-950">
|
||||
<item.icon className="h-5 w-5 text-rose-400" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user