chore: optimize integration and calltoaction components

This commit is contained in:
javayhu 2025-05-04 09:14:29 +08:00
parent 9728511d75
commit 3664d0920b
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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>