chore: optimize integration and calltoaction components
This commit is contained in:
parent
9728511d75
commit
3664d0920b
@ -6,7 +6,7 @@ export default function CallToActionSection() {
|
||||
const t = useTranslations('HomePage.calltoaction');
|
||||
|
||||
return (
|
||||
<section id="call-to-action" className="px-4 py-16 bg-background">
|
||||
<section id="call-to-action" className="px-4 py-24 bg-background">
|
||||
<div className="mx-auto max-w-5xl px-6">
|
||||
<div className="text-center">
|
||||
<h2 className="text-balance text-4xl font-semibold lg:text-5xl">
|
||||
|
@ -90,7 +90,7 @@ const IntegrationCard = ({
|
||||
const t = useTranslations('HomePage.integration');
|
||||
|
||||
return (
|
||||
<Card className="p-6 bg-background hover:bg-accent dark:hover:bg-accent">
|
||||
<Card className="p-6 hover:bg-accent dark:hover:bg-accent">
|
||||
<div className="relative">
|
||||
<div className="*:size-10">{children}</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user