♻️ Migrate landing pages to app router (#1362)

This commit is contained in:
Luke Vella 2024-09-27 09:47:42 +01:00 committed by GitHub
parent 6b1e2f9c49
commit f92c0075e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 2420 additions and 2166 deletions

View file

@ -26,7 +26,7 @@ export const BillingPlanHeader = ({
};
export const BillingPlanTitle = ({ children }: React.PropsWithChildren) => {
return <h3 className="font-semibold">{children}</h3>;
return <h3 className="font-bold">{children}</h3>;
};
export const BillingPlanDescription = ({