Skip to content

Commit

Permalink
fix: update site url for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 25, 2023
1 parent eaa12cd commit 74473df
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions apps/marketing/src/config/site-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { APP_URL } from "./constants";

export const siteConfig = {
global: {
url: "https://turbocharger.mehdibha.com",
url: "https://turbocharger.cc",
name: "Turbocharger",
logo: "/images/logo.png",
title: "Turbocharger | A monorepo starter to speed up your development",
Expand Down Expand Up @@ -165,36 +165,32 @@ export const siteConfig = {
description: "Good for getting started.",
href: APP_URL,
features: [
"Free hosting on 'notionfol.io'",
"Choose any template",
"Customer support",
"Free hosting on 'turbocharger.cc'",
"Optimized SEO",
"Has 'Built with Notionfol.io' branding",
"Has 'Built with Turbocharger' branding",
],
},
{
featured: true,
name: "Personal site",
name: "Pro",
price: { monthly: "$19", yearly: "$15" },
billing: "per site / month",
billing: "per month",
description: "Perfect for small / medium sized businesses.",
href: APP_URL,
features: [
"Everything in Free.",
"Connect to your custom domain",
"Basic analytics",
"Remove 'Built with Notionfol.io' branding",
"Remove 'Built with Turbocharger' branding",
],
},
{
name: "Pro site",
name: "Entreprise",
price: { monthly: "$39", yearly: "$31" },
billing: "per site / month",
billing: "per month",
description: "For even the biggest enterprise companies.",
href: APP_URL,
features: [
"Everything in Personal site.",
"Manual publishing controls",
"Advanced analytics",
"Priority support",
],
Expand Down

1 comment on commit 74473df

@vercel
Copy link

@vercel vercel bot commented on 74473df Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.