Skip to content

Commit 8b8d495

Browse files
authored
Fixed dinner time (supabase#44150)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Fixed an incorrect dinner time for an upcoming exec dinner.
1 parent d37de74 commit 8b8d495

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

apps/www/_go/events/stripe-sessions-2026/exec-dinner-thank-you.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Button } from 'ui'
44

55
const page: GoPageInput = {
66
template: 'thank-you',
7-
slug: 'stripe/exec-dinner/thank-you',
7+
slug: 'exec-dinner-april-2026/thank-you',
88
metadata: {
99
title: "You're confirmed | Supabase Executive Dinner",
1010
description:

apps/www/_go/events/stripe-sessions-2026/exec-dinner.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const joe = authors.find((a) => a.author_id === 'joe_sciarrino')
99

1010
const page: GoPageInput = {
1111
template: 'lead-gen',
12-
slug: 'stripe/exec-dinner',
12+
slug: 'exec-dinner-april-2026',
1313
metadata: {
1414
title: 'Executive Dinner: The Future of Scalable Databases | Supabase',
1515
description:
@@ -20,6 +20,12 @@ const page: GoPageInput = {
2020
subtitle: 'An intimate executive dinner hosted by Supabase',
2121
description:
2222
'Join Supabase product and engineering leaders for a dinner conversation about where Postgres is headed -- from scaling beyond single-node limits to managing globally distributed workloads. Expect sharp perspectives, good food, and the opportunity to connect with other engineering leaders.',
23+
image: {
24+
src: '/images/landing-pages/stripe-sessions/spruce-dining-room.png',
25+
alt: 'Private dining room at Spruce restaurant, San Francisco',
26+
width: 600,
27+
height: 450,
28+
},
2329
ctas: [
2430
{
2531
label: 'Reserve your seat',
@@ -37,8 +43,8 @@ const page: GoPageInput = {
3743
<p className="text-lg font-medium text-foreground">Spruce Restaurant</p>
3844
<p>3640 Sacramento St, San Francisco, CA</p>
3945
<p className="mt-4 text-lg font-medium text-foreground">Wednesday, April 29, 2026</p>
40-
<p>6:30 PM -- Cocktails and introductions</p>
41-
<p>7:00 PM -- Dinner and discussion</p>
46+
<p>7:00 PM -- Cocktails and introductions</p>
47+
<p>7:30 PM -- Dinner and discussion</p>
4248
</div>
4349
),
4450
},
1.88 MB
Loading

0 commit comments

Comments
 (0)