Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:04:09 +00:00

View File

@@ -178,8 +178,9 @@ export default function LandingPage() {
useInvertedBackground={true}
className="w-full"
containerClassName="max-w-7xl mx-auto px-4 py-24"
titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground text-center"
descriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 text-center max-w-2xl mx-auto"
textBoxClassName="w-full"
textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground text-center"
textBoxDescriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 text-center max-w-2xl mx-auto"
contentClassName="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
quoteCardClassName="p-6 rounded-xl border border-accent/30 hover:border-accent/60 transition-all"
testimonialTitleClassName="font-bold text-foreground text-lg"
@@ -248,8 +249,8 @@ export default function LandingPage() {
showCard={true}
className="w-full"
containerClassName="max-w-7xl mx-auto px-4 py-24"
titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground"
descriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 max-w-2xl"
textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground"
textBoxDescriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 max-w-2xl"
faqsContainerClassName="mt-12 space-y-4"
accordionClassName="border border-accent/30 rounded-lg overflow-hidden"
accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background-accent/10"