Refactor Contact21 and Pricing4 components for improved styling; add CTASection to homepage layout.

This commit is contained in:
Matthias
2026-04-21 13:14:26 +02:00
parent cf8c9e1186
commit 6a8ee43c07
4 changed files with 40 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ const Pricing4 = ({
{plans.map((plan) => (
<div
key={plan.name}
className={`flex w-full flex-col rounded-lg border p-6 text-left ${
className={`flex w-full flex-col rounded-xl border shadow-sm p-6 text-left ${
plan.isPopular ? "bg-muted" : ""
}`}
>