Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-07 00:57:11 +00:00

View File

@@ -183,8 +183,8 @@ export default function LandingPage() {
ariaLabel="Features Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="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"
itemClassName="flex flex-col"
mediaWrapperClassName="w-full aspect-square rounded-2xl overflow-hidden mb-4"
@@ -223,8 +223,8 @@ export default function LandingPage() {
ariaLabel="Metrics Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="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"
@@ -292,8 +292,8 @@ export default function LandingPage() {
ariaLabel="Pricing Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="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"
@@ -301,8 +301,6 @@ 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>
@@ -350,8 +348,8 @@ export default function LandingPage() {
ariaLabel="Testimonials Section"
containerClassName="w-full"
textBoxClassName="text-center mb-12"
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
descriptionClassName="text-base text-foreground/70 mt-3 max-w-2xl mx-auto"
textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground"
textBoxDescriptionClassName="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"
@@ -360,8 +358,6 @@ 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>