Update to v1.1 website code from kottgard-production-v1.1.zip
This commit is contained in:
@@ -9,9 +9,9 @@ export default function CTA() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<section className="py-20">
|
||||
<section className="bg-cream-50 py-16 sm:py-20">
|
||||
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||
<div className="relative overflow-hidden rounded-3xl bg-gradient-to-br from-brand-700 to-brand-900 px-8 py-16 text-center sm:px-16">
|
||||
<div className="relative overflow-hidden rounded-3xl bg-gradient-to-br from-brand-700 via-brand-800 to-brand-900 px-8 py-14 text-center shadow-premium-lg sm:px-16 sm:py-16">
|
||||
<div className="pointer-events-none absolute -right-20 -top-20 h-60 w-60 rounded-full bg-gold-500/10" />
|
||||
<div className="pointer-events-none absolute -bottom-16 -left-16 h-48 w-48 rounded-full bg-gold-500/10" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user