Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:06:26 +00:00

View File

@@ -132,9 +132,6 @@ export default function LandingPage() {
cardNameClassName="text-xl font-semibold text-foreground mt-3"
cardPriceClassName="text-2xl font-bold text-primary-cta mt-2"
cardRatingClassName="flex items-center gap-1 mt-3 text-sm"
textBoxClassName="mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
/>
</div>
</div>
@@ -173,9 +170,6 @@ export default function LandingPage() {
itemClassName="flex items-start gap-3"
itemIconClassName="w-6 h-6 mt-1 flex-shrink-0"
itemTextClassName="text-foreground"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
textBoxClassName="mb-12"
/>
</div>
</div>
@@ -258,9 +252,6 @@ export default function LandingPage() {
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
cardClassName="bg-card rounded-2xl p-8 border border-accent/10 hover:border-accent/30 transition-all"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
textBoxClassName="mb-12"
planTagClassName="inline-block px-3 py-1 bg-primary-cta/10 text-primary-cta text-xs font-semibold rounded-full mb-4"
planPriceClassName="text-3xl font-bold text-foreground mb-2"
planDescriptionClassName="text-foreground/70 mb-6"
@@ -305,9 +296,6 @@ export default function LandingPage() {
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"
cardClassName="bg-card rounded-2xl p-8 text-center"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4 text-center"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12"
textBoxClassName="mb-12"
cardTitleClassName="text-3xl font-bold text-primary-cta mb-2"
subtitleClassName="text-sm text-foreground/70 mb-4"
categoryClassName="text-xs font-semibold text-accent uppercase mb-4"
@@ -355,9 +343,6 @@ export default function LandingPage() {
textBoxClassName="mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl"
textBoxClassName="mb-12"
faqsContainerClassName="space-y-3"
accordionClassName="border border-accent/10 rounded-xl overflow-hidden"
accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background transition-colors"