Skip to content

Commit e82ea7f

Browse files
authored
Merge pull request #75 from techulus/develop
Improve analytics
2 parents 521fd4a + a047f0f commit e82ea7f

File tree

4 files changed

+265
-68
lines changed

4 files changed

+265
-68
lines changed

apps/web/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ yarn-error.log*
4343
.vscode
4444

4545
# Sentry Auth Token
46-
.sentryclirc
46+
.sentryclirc
47+
48+
tsconfig.tsbuildinfo

apps/web/pages/index.tsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export default function Index({ addons, unit_amount, stars }) {
1818
<div className="h-full dark:bg-gray-800">
1919
<Head>
2020
<title>
21-
Changelog SaaS | Product Update Tool for Teams | changes.page
21+
Changes.page - Simple Changelog for Product Teams
2222
</title>
2323
<meta
2424
name="description"
25-
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!"
25+
content="Create beautiful release notes and notify users about product updates. Track engagement with built-in analytics. Start your free trial today."
2626
/>
2727
{/* FAQ Schema for SEO */}
2828
<script
@@ -164,8 +164,7 @@ export default function Index({ addons, unit_amount, stars }) {
164164
Sign Up
165165
</h3>
166166
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
167-
Create your account in seconds and your first page is ready
168-
instantly.
167+
Create your account in seconds and get started instantly.
169168
</p>
170169
</div>
171170
{/* Connector */}
@@ -202,7 +201,7 @@ export default function Index({ addons, unit_amount, stars }) {
202201
Customize
203202
</h3>
204203
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
205-
Set up your page, add your branding, and connect integrations.
204+
Add your branding, customize the design, and connect integrations.
206205
</p>
207206
</div>
208207
{/* Connector */}
@@ -239,7 +238,7 @@ export default function Index({ addons, unit_amount, stars }) {
239238
Publish & Notify
240239
</h3>
241240
<p className="mt-2 text-gray-500 dark:text-gray-300 text-base text-center">
242-
Publish updates, notify users via email or RSS, and track
241+
Share updates, notify users via email or RSS, and track
243242
engagement with analytics.
244243
</p>
245244
</div>
@@ -252,7 +251,7 @@ export default function Index({ addons, unit_amount, stars }) {
252251
<section className="bg-white dark:bg-gray-900 py-20 border-b border-gray-100 dark:border-gray-800">
253252
<div className="mx-auto max-w-5xl px-4 sm:px-6 lg:px-8">
254253
<h2 className="text-3xl sm:text-4xl font-bold text-gray-900 dark:text-white mb-16 text-center">
255-
Who is changes.page for?
254+
Who uses this tool?
256255
</h2>
257256
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
258257
{/* Card 1 */}
@@ -292,7 +291,7 @@ export default function Index({ addons, unit_amount, stars }) {
292291
Developers
293292
</h3>
294293
<p className="text-gray-500 dark:text-gray-300 text-base">
295-
Automate changelog publishing and integrate with your CI/CD
294+
Automate release notes and integrate with your CI/CD
296295
pipeline.
297296
</p>
298297
</div>
@@ -326,7 +325,7 @@ export default function Index({ addons, unit_amount, stars }) {
326325
Zapier
327326
</div>
328327
<div className="text-gray-500 dark:text-gray-300 text-sm">
329-
Automate your changelog workflow with 5,000+ apps via
328+
Automate your workflow with 5,000+ apps via
330329
Zapier.
331330
</div>
332331
</div>

0 commit comments

Comments
 (0)