Skip to content

Commit 920de67

Browse files
Update Save the Date to include event name and date range in heading
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
1 parent a48e0c5 commit 920de67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function HomePage() {
9595
<div className="flex items-center justify-center gap-2 mb-3">
9696
<CalendarDaysIcon className="h-6 w-6 text-primary" />
9797
<h3 className="text-xl sm:text-2xl font-serif font-semibold text-secondary">
98-
Save the Date
98+
Save the Dates (Dec 16-18)
9999
</h3>
100100
</div>
101101
{allEventsCompleted ? (
@@ -108,16 +108,16 @@ export default function HomePage() {
108108
) : currentEvent ? (
109109
<>
110110
<p className="text-2xl sm:text-3xl font-light text-secondary mb-3">
111-
{currentEvent.displayDate}
111+
{currentEvent.name} {currentEvent.displayDate}
112112
</p>
113113
<p className="text-sm text-muted mb-4">{currentEvent.displayTime}</p>
114114
</>
115115
) : (
116116
<>
117117
<p className="text-2xl sm:text-3xl font-light text-secondary mb-3">
118-
December 16, 2025
118+
Holud December 16, 2025
119119
</p>
120-
<p className="text-sm text-muted mb-4">Tuesday • Starts at 6:00 PM</p>
120+
<p className="text-sm text-muted mb-4">Tuesday • Starts at 4:00 PM</p>
121121
</>
122122
)}
123123
{/* Countdown Timer */}

0 commit comments

Comments
 (0)