Skip to content

Improve analytics #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 19, 2025
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
4 changes: 3 additions & 1 deletion apps/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ yarn-error.log*
.vscode

# Sentry Auth Token
.sentryclirc
.sentryclirc

tsconfig.tsbuildinfo
17 changes: 8 additions & 9 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export default function Index({ addons, unit_amount, stars }) {
<div className="h-full dark:bg-gray-800">
<Head>
<title>
Changelog SaaS | Product Update Tool for Teams | changes.page
Changes.page - Simple Changelog for Product Teams
</title>
<meta
name="description"
content="changes.page is the smarter, faster SaaS changelog tool for product teams. Publish release notes, notify users, and track engagement—all in one place. Try free!"
content="Create beautiful release notes and notify users about product updates. Track engagement with built-in analytics. Start your free trial today."
/>
{/* FAQ Schema for SEO */}
<script
Expand Down Expand Up @@ -164,8 +164,7 @@ export default function Index({ addons, unit_amount, stars }) {
Sign Up
</h3>
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
Create your account in seconds and your first page is ready
instantly.
Create your account in seconds and get started instantly.
</p>
</div>
{/* Connector */}
Expand Down Expand Up @@ -202,7 +201,7 @@ export default function Index({ addons, unit_amount, stars }) {
Customize
</h3>
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
Set up your page, add your branding, and connect integrations.
Add your branding, customize the design, and connect integrations.
</p>
</div>
{/* Connector */}
Expand Down Expand Up @@ -239,7 +238,7 @@ export default function Index({ addons, unit_amount, stars }) {
Publish & Notify
</h3>
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
Publish updates, notify users via email or RSS, and track
Share updates, notify users via email or RSS, and track
engagement with analytics.
</p>
</div>
Expand All @@ -252,7 +251,7 @@ export default function Index({ addons, unit_amount, stars }) {
<section className="bg-white dark:bg-gray-900 py-20 border-b border-gray-100 dark:border-gray-800">
<div className="mx-auto max-w-5xl px-4 sm:px-6 lg:px-8">
<h2 className="text-3xl sm:text-4xl font-bold text-gray-900 dark:text-white mb-16 text-center">
Who is changes.page for?
Who uses this tool?
</h2>
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
{/* Card 1 */}
Expand Down Expand Up @@ -292,7 +291,7 @@ export default function Index({ addons, unit_amount, stars }) {
Developers
</h3>
<p className="text-gray-500 dark:text-gray-300 text-base">
Automate changelog publishing and integrate with your CI/CD
Automate release notes and integrate with your CI/CD
pipeline.
</p>
</div>
Expand Down Expand Up @@ -326,7 +325,7 @@ export default function Index({ addons, unit_amount, stars }) {
Zapier
</div>
<div className="text-gray-500 dark:text-gray-300 text-sm">
Automate your changelog workflow with 5,000+ apps via
Automate your workflow with 5,000+ apps via
Zapier.
</div>
</div>
Expand Down
Loading