File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
apps/web/components/marketing Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 44 ChartBarIcon ,
55 CheckCircleIcon ,
66 CollectionIcon ,
7- EyeOffIcon ,
87 HeartIcon ,
98 LightningBoltIcon ,
109 MailIcon ,
@@ -66,12 +65,6 @@ export default function Features() {
6665 "Your page is available in plain text, JSON and markdown format letting you easily embed it anywhere." ,
6766 icon : HeartIcon ,
6867 } ,
69- {
70- name : "Privacy" ,
71- description :
72- "You can create private changelog pages that are hidden from serach engines." ,
73- icon : EyeOffIcon ,
74- } ,
7568 {
7669 name : "Wallet-friendly" ,
7770 description :
Original file line number Diff line number Diff line change @@ -94,9 +94,12 @@ export default function Hero({ stars = null }: { stars?: string | null }) {
9494 </ div >
9595 </ div >
9696 < p className = "mt-2 text-3xl font-semibold tracking-tight text-white sm:text-4xl hero" >
97- Changelogs{ " " }
9897 < span className = "underline decoration-blue-500 text-white" >
99- and roadmaps
98+ Changelogs
99+ </ span > { " " }
100+ and{ " " }
101+ < span className = "underline decoration-blue-500 text-white" >
102+ roadmaps
100103 </ span > { " " }
101104 made{ " " }
102105 < span className = "underline decoration-yellow-500 text-white" >
@@ -110,9 +113,10 @@ export default function Hero({ stars = null }: { stars?: string | null }) {
110113
111114 < p className = "mt-6 text-lg leading-8 text-gray-300" >
112115 Our open-source platform empowers you to publish changelog pages and
113- interactive roadmaps. Share what you've built and what's coming next.
114- Notify users via email, gather feedback with voting, track analytics,
115- and enjoy a host of additional features. Kickstart your page in just a few minutes!
116+ interactive roadmaps. Share what you've built and what's
117+ coming next. Notify users via email, gather feedback with voting,
118+ track analytics, and enjoy a host of additional features. Kickstart
119+ your page in just a few minutes!
116120 </ p >
117121
118122 < div className = "mt-10 flex items-center gap-x-6" >
You can’t perform that action at this time.
0 commit comments