Fix invisible Stripe pay button, add brand favicon/OG image, navbar 3x3-System CTA, blog hero crop
- PaymentStep: bg-brand-primary was never a real Tailwind class, leaving the "Jetzt bezahlen" button unstyled/invisible; switched to bg-brand with dark text, matching every other CTA on the site. - New app/icon.svg + app/apple-icon.png + app/favicon.ico: brand-yellow rounded square with a bold italic "e", replacing the Next.js default. - New public/og-image.png (logo on the site's cream background) wired in as the SEO fallback default OG image/description/title in payload.ts. - Navbar CTA: "Klarheitskompass" -> "Mein 3x3-System", now links to /3x3-system (page not built yet). - Blog overview hero image anchored to the top instead of center-cropped. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export default async function BlogOverviewPage() {
|
||||
</p>
|
||||
</div>
|
||||
<div className="relative w-full sm:absolute sm:inset-y-0 sm:right-0 sm:w-[68%] h-56 sm:h-full">
|
||||
<Image alt="" src="/hero.png" fill sizes="(min-width: 640px) 68vw, 100vw" className="object-cover" />
|
||||
<Image alt="" src="/hero.png" fill sizes="(min-width: 640px) 68vw, 100vw" className="object-cover object-top" />
|
||||
<div className="hidden sm:block absolute inset-y-0 left-0 w-72 bg-gradient-to-r from-bg-base to-transparent" />
|
||||
<div className="absolute inset-x-0 bottom-0 h-16 bg-gradient-to-t from-bg-base to-transparent" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user