Update src/app/page.tsx
This commit is contained in:
@@ -198,13 +198,11 @@ export default function LandingPage() {
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 leading-relaxed mb-8"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-yellow-50 text-yellow-900 text-sm font-semibold mb-6"
|
||||
cardClassName="p-6 rounded-lg bg-white border border-gray-200 hover:shadow-lg transition-shadow"
|
||||
planTagClassName="inline-block px-3 py-1 rounded-full bg-yellow-100 text-yellow-800 text-xs font-semibold mb-3"
|
||||
planTitleClassName="text-lg font-bold text-black mb-3"
|
||||
planPriceClassName="text-3xl font-bold text-black mb-1"
|
||||
planPeriodClassName="text-sm text-gray-600 mb-4"
|
||||
planDescriptionClassName="text-gray-700 mb-6 leading-relaxed"
|
||||
planButtonClassName="w-full px-6 py-3 rounded-lg font-semibold transition-all"
|
||||
featuresTitleClassName="text-sm font-bold text-black mb-4 mt-6"
|
||||
featureItemClassName="flex items-center gap-3 text-sm text-gray-700 mb-3"
|
||||
featuresListClassName="space-y-3"
|
||||
featureItemClassName="flex items-center gap-3 text-sm text-gray-700"
|
||||
featureIconClassName="text-yellow-600"
|
||||
/>
|
||||
</div>
|
||||
@@ -239,8 +237,7 @@ export default function LandingPage() {
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 leading-relaxed mb-8"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-yellow-50 text-yellow-900 text-sm font-semibold mb-6"
|
||||
cardClassName="p-6 rounded-lg bg-white border border-gray-200 hover:shadow-lg transition-shadow"
|
||||
subtitleClassName="text-sm text-gray-600 mb-4"
|
||||
categoryClassName="text-xs text-gray-500 uppercase tracking-wide mb-3"
|
||||
metricTitleClassName="text-lg font-bold text-black mb-3"
|
||||
valueClassName="text-4xl font-bold text-black mb-4"
|
||||
cardButtonClassName="px-6 py-2 rounded-lg font-semibold transition-all text-sm"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user