Merge version_1 into main #13
@@ -126,7 +126,6 @@ export default function LandingPage() {
|
||||
mediaClassName="w-full h-72 md:h-80 object-cover"
|
||||
cardTitleClassName="text-xl font-bold text-[var(--foreground)] pt-6 px-6"
|
||||
cardDescriptionClassName="text-sm text-[var(--foreground)]/70 px-6 pb-6 leading-relaxed"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,7 +171,6 @@ export default function LandingPage() {
|
||||
cardNameClassName="text-lg font-bold text-[var(--foreground)] px-4 pt-2"
|
||||
cardPriceClassName="text-2xl font-bold text-[var(--foreground)] px-4 pt-1"
|
||||
cardRatingClassName="text-sm text-[var(--background-accent)] px-4 pb-4"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -283,7 +281,6 @@ export default function LandingPage() {
|
||||
featureItemClassName="text-sm text-[var(--foreground)]/70 flex items-start gap-2 mb-3"
|
||||
planButtonContainerClassName="space-y-3 mt-8"
|
||||
planButtonClassName="bg-[var(--primary-cta)] hover:bg-[var(--background-accent)] text-[var(--primary-cta-text)] py-2.5 rounded-lg font-semibold transition-all w-full"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user