Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions apps/web/components/marketing/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,14 @@ export default function Hero({ stars = null }: { stars?: string | null }) {
</div>
</div>
<p className="mt-2 text-3xl font-semibold tracking-tight text-white sm:text-4xl hero">
Effortlessly{" "}
Changelogs made{" "}
<span className="underline decoration-yellow-500 text-white">
create compelling changelogs
smarter, faster,
</span>{" "}
and seamlessly{" "}
and{" "}
<span className="underline decoration-red-500 text-white">
deliver product updates
user-focused.
</span>
.
</p>

<p className="mt-6 text-lg leading-8 text-gray-300">
Expand Down
23 changes: 12 additions & 11 deletions apps/web/components/marketing/start-for-free-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ export default function StartForFreeFooter() {
return (
<div className="bg-indigo-700">
<div className="mx-auto max-w-2xl py-16 px-4 text-center sm:py-20 sm:px-6 lg:px-8">
<h2 className="text-3xl font-bold tracking-tight text-white sm:text-3xl hero">
<span className="block">Start free trial</span>
<h2 className="text-3xl tracking-tight text-white sm:text-3xl hero">
<span className="block">
Try changes.<span className="font-bold">page</span>
</span>
</h2>
<p className="mt-4 text-lg leading-6 text-indigo-200 hero">
Effortlessly{" "}
<span className="underline decoration-yellow-500 text-white font-semibold">
create compelling changelogs
<p className="mt-4 text-xl leading-6 text-indigo-200 hero">
Changelogs made{" "}
<span className="underline decoration-yellow-500 text-white">
smarter, faster,
</span>{" "}
and seamlessly{" "}
<span className="underline decoration-red-500 text-white font-semibold">
deliver product updates
</span>{" "}
with our no-code changelog tool.
and{" "}
<span className="underline decoration-red-500 text-white">
user-focused.
</span>
</p>
<Link
href={ROUTES.LOGIN}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/data/marketing.data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const TAGLINE = "Effortlessly create compelling changelogs";
export const TAGLINE = "Changelogs made smarter, faster, and user-focused.";
export const SUBTITLE =
"The ultimate solution for keeping your customers and stakeholders informed about the latest updates and news from your business.";

Expand Down
Loading