Update site headers, buttons, and pricing table format

The changes made are primarily related to updating the layout and style of the site headers and buttons. A significant chunk of modifications were made to the pricing-table.tsx file, including tweaks to the styling, padding, highlighting, and addition of new properties. Also, the site-header-account-section.tsx and site-page-header.tsx files have seen a few changes, focusing mainly on buttons and heading style. A new locale message was added to facilitate better user interaction.
This commit is contained in:
giancarlo
2024-04-12 00:28:11 +08:00
parent fb86e6e6b2
commit b7aa64b06e
5 changed files with 34 additions and 39 deletions

View File

@@ -61,14 +61,14 @@ function AuthButtons() {
<ModeToggle />
<Link href={pathsConfig.auth.signIn}>
<Button className={'rounded-full'} variant={'ghost'}>
<Button variant={'link'}>
<Trans i18nKey={'auth:signIn'} />
</Button>
</Link>
</div>
<Link href={pathsConfig.auth.signUp}>
<Button className={'rounded-full'}>
<Button variant={'ghost'} className={'border border-primary'}>
<Trans i18nKey={'auth:getStarted'} />
<ChevronRight className={'h-4'} />
</Button>

View File

@@ -8,7 +8,7 @@ export function SitePageHeader(props: {
return (
<div className={cn('border-b py-8 xl:py-12 2xl:py-14', props.className)}>
<div className={'container flex flex-col space-y-4'}>
<h1 className={'text-3xl font-semibold xl:text-5xl'}>{props.title}</h1>
<h1 className={'font-base text-3xl xl:text-5xl'}>{props.title}</h1>
<h2
className={