@@ -118,17 +118,51 @@ const INITIAL_SOURCE = `
118118 </VStack>
119119 </Grid>
120120 </VStack>
121- <VStack alignHorizontal="center" className={['gap-8', 'px-24', 'max-md:px-16', 'py-196', 'max-md:py-128']}>
122- <Heading level={2} size="4xl" weight="bold" align="center">
123- Unlock the full potential of your team
124- </Heading>
125- <Body size="xl" align="center" className={['text-foreground', 'mb-32']}>
126- Move from idea to production in minutes.
127- <br />
128- Build faster, collaborate better, and ship with confidence.
129- </Body>
130- <ButtonCta variant="primary" size="xl" href="/docs">
131- Start building ›
121+ <VStack alignHorizontal="center" className={['gap-40', 'px-24', 'max-md:px-16', 'py-196', 'max-md:py-128']}>
122+ <VStack className={['gap-8']}>
123+ <Heading level={2} size="4xl" weight="bold" align="center">
124+ See what you can build
125+ </Heading>
126+ <Body size="xl" align="center" className={['max-w-[610px]', 'text-foreground']}>
127+ Browse examples and discover what's possible with Server Driven UI. From landing pages to blog, all built with real components.
128+ </Body>
129+ </VStack>
130+ <Grid columns={4} className={['gap-16', 'max-lg:grid-cols-2', 'max-md:grid-cols-1']}>
131+ <VStack className={['gap-8', 'p-24', 'rounded-sm', 'border', 'bg-background']}>
132+ <Heading level={3} size="lg" weight="semibold">
133+ Marketing Campaigns
134+ </Heading>
135+ <Body className={['text-foreground']}>
136+ Launch seasonal sales, flash deals, and product highlights. Update banners and pricing in real-time without bothering engineers.
137+ </Body>
138+ </VStack>
139+ <VStack className={['gap-8', 'p-24', 'rounded-sm', 'border', 'bg-background']}>
140+ <Heading level={3} size="lg" weight="semibold">
141+ Landing Pages
142+ </Heading>
143+ <Body className={['text-foreground']}>
144+ Build conversion-focused pages with hero sections, feature grids, and CTAs. Perfect for product launches and signups.
145+ </Body>
146+ </VStack>
147+ <VStack className={['gap-8', 'p-24', 'rounded-sm', 'border', 'bg-background']}>
148+ <Heading level={3} size="lg" weight="semibold">
149+ Rapid Prototyping
150+ </Heading>
151+ <Body className={['text-foreground']}>
152+ Test new ideas without waiting for dev cycles. Create beta announcements, feature previews, and A/B test variants instantly.
153+ </Body>
154+ </VStack>
155+ <VStack className={['gap-8', 'p-24', 'rounded-sm', 'border', 'bg-background']}>
156+ <Heading level={3} size="lg" weight="semibold">
157+ Editorial Content
158+ </Heading>
159+ <Body className={['text-foreground']}>
160+ Craft rich blog posts, announcements, and help articles. Mix text, images, and callouts with full editorial control.
161+ </Body>
162+ </VStack>
163+ </Grid>
164+ <ButtonCta variant="primary" size="xl" href="/showcase">
165+ View examples →
132166 </ButtonCta>
133167 </VStack>
134168 </VStack>
0 commit comments