Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:06:08 +00:00

View File

@@ -120,8 +120,8 @@ export default function LandingPage() {
]}
ariaLabel="KOREX Services Section"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
descriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
cardClassName="bg-card rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-500"
stepNumberClassName="absolute -top-6 -left-6 w-16 h-16 rounded-full bg-primary-cta text-white flex items-center justify-center text-3xl font-extrabold shadow-lg"
cardTitleClassName="text-2xl md:text-3xl font-bold text-foreground mb-3"
@@ -153,8 +153,8 @@ export default function LandingPage() {
]}
ariaLabel="KOREX Pricing Section"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
descriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
cardClassName="bg-card border-2 border-card rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-300 group"
planImageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500"
planTitleClassName="text-2xl font-bold text-foreground mt-6 mb-2"
@@ -178,8 +178,8 @@ export default function LandingPage() {
showCard={true}
ariaLabel="KOREX Social Proof Section"
containerClassName="py-16"
titleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
descriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
logoItemClassName="px-8 py-4 bg-card rounded-lg border border-accent/50 hover:border-primary-cta transition-all duration-300"
logoTextClassName="font-semibold text-foreground whitespace-nowrap"
/>
@@ -224,8 +224,8 @@ export default function LandingPage() {
]}
ariaLabel="KOREX Testimonials Section"
containerClassName="py-20"
titleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
descriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
overlayClassName="absolute bottom-0 left-0 right-0 h-1/3 bg-gradient-to-t from-black/80 via-black/40 to-transparent backdrop-blur-md flex flex-col justify-end p-6"
nameClassName="text-xl font-bold text-white truncate"
roleClassName="text-sm text-white/90"