Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-06 23:56:51 +00:00

View File

@@ -206,7 +206,7 @@ export default function LandingPage() {
containerClassName="w-full"
textBoxClassName="text-center mb-12"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
gridClassName="grid grid-cols-1 md:grid-cols-2 gap-8"
cardClassName="bg-card rounded-2xl p-8"
valueClassName="text-4xl font-bold text-primary-cta mb-2"
@@ -269,8 +269,8 @@ export default function LandingPage() {
ariaLabel="Pricing Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
cardClassName="bg-card rounded-2xl p-8 flex flex-col border border-accent/30 hover:border-primary-cta transition-colors"
badgeClassName="inline-flex items-center justify-center gap-2 w-fit px-3 py-1 bg-accent/50 rounded-full text-sm font-semibold text-foreground mb-4"
@@ -278,6 +278,8 @@ export default function LandingPage() {
subtitleClassName="text-sm text-foreground/60 mb-6"
featuresClassName="space-y-3 flex-1 mb-6"
featureItemClassName="flex items-center gap-3 text-sm text-foreground/70"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
/>
</div>
@@ -319,8 +321,8 @@ export default function LandingPage() {
ariaLabel="Testimonials Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-12"
cardClassName="relative rounded-2xl overflow-hidden aspect-square"
imageClassName="w-full h-full object-cover"
@@ -329,6 +331,8 @@ export default function LandingPage() {
nameClassName="text-white font-semibold text-lg"
roleClassName="text-white/80 text-sm"
companyClassName="text-white/60 text-xs"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
/>
</div>