@@ -84,9 +84,6 @@ export default function AboutPage() {
8484 < Badge className = "gap-1" >
8585 < IconUpload size = { 16 } /> Upload Requests
8686 </ Badge >
87- < Badge className = "gap-1" >
88- < IconCalendarEvent size = { 16 } /> Meetings
89- </ Badge >
9087 < Badge className = "gap-1" >
9188 < IconSearch size = { 16 } /> Fast Search
9289 </ Badge >
@@ -99,6 +96,25 @@ export default function AboutPage() {
9996 Create, search, share (public or password‑protected), and ship
10097 beautiful public pages with QR + UTM baked in.
10198 </ p >
99+ < a
100+ href = "https://www.producthunt.com/products/swush/launches/swush?embed=true& utm_source = badge - featured & utm_medium = badge & utm_campaign = badge - swush "
101+ target = "_blank"
102+ rel = "noopener noreferrer"
103+ className = "mt-2 inline-block"
104+ >
105+ < picture >
106+ < source
107+ media = "(prefers-color-scheme: dark)"
108+ srcSet = "https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1075424& theme = dark & t = 1771759369691 "
109+ />
110+ < img
111+ alt = "Swush - The self-hosted power tool that just gets things done | Product Hunt"
112+ width = { 250 }
113+ height = { 54 }
114+ src = "https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1075424& theme = light & t = 1771759357743 "
115+ />
116+ </ picture >
117+ </ a >
102118 </ div >
103119
104120 < TabsList className = "mx-auto w-full max-w-3xl grid grid-cols-3 gap-2 mb-4" >
@@ -215,6 +231,9 @@ function AboutSection() {
215231 < CardTitle className = "flex items-center gap-2 text-lg" >
216232 < IconCalendarEvent size = { 18 } /> Profiles & meetings
217233 </ CardTitle >
234+ < Badge variant = "default" >
235+ Note: Profiles & meetings are still coming soon ... stay tuned .
236+ </ Badge >
218237 < CardDescription >
219238 Public profiles, socials, and booking links.
220239 </ CardDescription >
@@ -372,10 +391,8 @@ function HowToSection() {
372391 </ ol >
373392 </ CardContent >
374393 </ Card >
375- </ section >
376394
377- < section className = "grid gap-4 md:grid-cols-2" >
378- < Card className = "border-primary/20" >
395+ < Card className = "border-primary/20 col-span-2" >
379396 < CardHeader >
380397 < CardTitle className = "flex items-center gap-2 text-lg" >
381398 < IconUpload size = { 18 } /> Upload links & requests
@@ -622,7 +639,7 @@ function FeatureChip({
622639 < div
623640 className = { cn (
624641 "inline-flex items-center gap-2 rounded-md border px-2.5 py-1.5" ,
625- "border-primary/20 bg-primary/5 text-purple-100 dark:text-purple-200 " ,
642+ "border-primary/20 bg-primary/5 text-primary " ,
626643 ) }
627644 >
628645 < span className = "opacity-90" > { icon } </ span >
0 commit comments