diff --git a/apps/docs/public/humans.txt b/apps/docs/public/humans.txt index c178d075a507d..b0fd24f5f066a 100644 --- a/apps/docs/public/humans.txt +++ b/apps/docs/public/humans.txt @@ -106,6 +106,7 @@ Illia Basalaiev Inian P Ivan Vasilov Jamie Boyd +Jared Patterson Jason Farber Jean-Paul Argudo Jeezy @@ -203,6 +204,7 @@ Ruan Maia Sam Meech-Ward Sam Rome Sam Rose +Samir Ketema Sana Cordeaux Sara Read Sean Oliver diff --git a/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx b/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx new file mode 100644 index 0000000000000..14175c847d46b --- /dev/null +++ b/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx @@ -0,0 +1,57 @@ +import type { GoPageInput } from 'marketing' + +const page: GoPageInput = { + template: 'lead-gen', + slug: 'stripe/schedule', + metadata: { + title: 'Schedule a Meeting at Stripe Sessions 2026 | Supabase', + description: + 'Book time with the Supabase team at Stripe Sessions 2026. Learn how Supabase and Stripe work together to help you build faster.', + }, + hero: { + title: 'Meet the Supabase team at Stripe Sessions', + subtitle: 'The open-source Postgres development platform', + description: + 'Supabase gives you a Postgres database, Auth, Storage, Edge Functions, and Realtime out of the box. Book a slot below to talk with our engineers about your project, ask questions, or see a live demo.', + ctas: [ + { + label: 'Book a time', + href: '#schedule', + variant: 'primary', + }, + ], + }, + sections: [ + { + type: 'hubspot-meeting', + id: 'schedule', + title: 'Schedule a meeting', + description: 'Pick a time that works for you to chat with our team.', + meetingSlug: 'chris-caruso/event-meeting-stripe-sessions', + }, + { + type: 'single-column', + title: 'Build with Supabase, monetize with Stripe', + description: + 'Supabase gives you everything you need to go from idea to production in a weekend -- a full Postgres database, authentication, file storage, edge functions, and realtime sync. When you are ready to charge for what you have built, Stripe handles payments, subscriptions, and billing. Together they let you focus on your product instead of your infrastructure.', + children: ( +
+ ), + }, + ], +} + +export default page diff --git a/apps/www/_go/index.tsx b/apps/www/_go/index.tsx index d8893e4338e74..437ed1d59e085 100644 --- a/apps/www/_go/index.tsx +++ b/apps/www/_go/index.tsx @@ -13,6 +13,7 @@ import startupGrindContest from './events/startup-grind-2026/contest' import stripeSessionsContest from './events/stripe-sessions-2026/contest' import stripeExecDinner from './events/stripe-sessions-2026/exec-dinner' import stripeExecDinnerThankYou from './events/stripe-sessions-2026/exec-dinner-thank-you' +import stripeMeetingScheduler from './events/stripe-sessions-2026/meeting-scheduler' import sxswContest from './events/sxsw-2026/contest' import exampleLeadGen from './lead-gen/example-lead-gen' import amoe from './legal/amoe' @@ -37,6 +38,7 @@ const pages: GoPageInput[] = [ boltWebinarThankYou, // remove after March 31, 2026 stripeExecDinner, // remove after May 31, 2026 stripeExecDinnerThankYou, // remove after May 31, 2026 + stripeMeetingScheduler, // remove after May 31, 2026 stripeSessionsContest, // remove after May 31, 2026 sxswContest, // remove after April 30, 2026 accentureContest, // remove after May 31, 2026