Refactor Contact21 and Pricing4 components for improved styling; add CTASection to homepage layout.
This commit is contained in:
@@ -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" : ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user