File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,14 @@ 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- Effortlessly { " " }
97+ Changelogs made { " " }
9898 < span className = "underline decoration-yellow-500 text-white" >
99- create compelling changelogs
99+ smarter, faster,
100100 </ span > { " " }
101- and seamlessly { " " }
101+ and{ " " }
102102 < span className = "underline decoration-red-500 text-white" >
103- deliver product updates
103+ user-focused.
104104 </ span >
105- .
106105 </ p >
107106
108107 < p className = "mt-6 text-lg leading-8 text-gray-300" >
Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ export default function StartForFreeFooter() {
55 return (
66 < div className = "bg-indigo-700" >
77 < div className = "mx-auto max-w-2xl py-16 px-4 text-center sm:py-20 sm:px-6 lg:px-8" >
8- < h2 className = "text-3xl font-bold tracking-tight text-white sm:text-3xl hero" >
9- < span className = "block" > Start free trial</ span >
8+ < h2 className = "text-3xl tracking-tight text-white sm:text-3xl hero" >
9+ < span className = "block" >
10+ Try changes.< span className = "font-bold" > page</ span >
11+ </ span >
1012 </ h2 >
11- < p className = "mt-4 text-lg leading-6 text-indigo-200 hero" >
12- Effortlessly { " " }
13- < span className = "underline decoration-yellow-500 text-white font-semibold " >
14- create compelling changelogs
13+ < p className = "mt-4 text-xl leading-6 text-indigo-200 hero" >
14+ Changelogs made { " " }
15+ < span className = "underline decoration-yellow-500 text-white" >
16+ smarter, faster,
1517 </ span > { " " }
16- and seamlessly{ " " }
17- < span className = "underline decoration-red-500 text-white font-semibold" >
18- deliver product updates
19- </ span > { " " }
20- with our no-code changelog tool.
18+ and{ " " }
19+ < span className = "underline decoration-red-500 text-white" >
20+ user-focused.
21+ </ span >
2122 </ p >
2223 < Link
2324 href = { ROUTES . LOGIN }
Original file line number Diff line number Diff line change 1- export const TAGLINE = "Effortlessly create compelling changelogs " ;
1+ export const TAGLINE = "Changelogs made smarter, faster, and user-focused. " ;
22export const SUBTITLE =
33 "The ultimate solution for keeping your customers and stakeholders informed about the latest updates and news from your business." ;
44
You can’t perform that action at this time.
0 commit comments