Put the 'Mehr als nur Car-Hifi' text block in its own white card
That section sits directly on the grained page background with no card of its own, so the grain showed through the CTA button too (it has no background, just a border). Wrapping the text+button in a plain white card matches how every other content block on the page already avoids the grain. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
8ee36fd3eb
commit
7364f68f05
1 changed files with 5 additions and 1 deletions
|
|
@ -330,7 +330,11 @@ export default function Home() {
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</Reveal>
|
</Reveal>
|
||||||
<Reveal direction="right" index={1} className="text-center md:text-left">
|
<Reveal
|
||||||
|
direction="right"
|
||||||
|
index={1}
|
||||||
|
className="rounded-xl border border-neutral-200 bg-white p-8 text-center shadow-sm dark:border-neutral-800 dark:bg-neutral-900 md:text-left"
|
||||||
|
>
|
||||||
<h2 className="mb-3 text-2xl font-bold text-neutral-900 dark:text-white">{t('home.moreTitle')}</h2>
|
<h2 className="mb-3 text-2xl font-bold text-neutral-900 dark:text-white">{t('home.moreTitle')}</h2>
|
||||||
<p className="mx-auto mb-8 max-w-2xl text-neutral-600 dark:text-neutral-300 md:mx-0">
|
<p className="mx-auto mb-8 max-w-2xl text-neutral-600 dark:text-neutral-300 md:mx-0">
|
||||||
{t('home.moreText')}
|
{t('home.moreText')}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue