Merge version_1 into main #3
@@ -130,6 +130,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-6 text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-4"
|
||||
cardClassName="group bg-card rounded-2xl overflow-hidden border border-accent hover:shadow-xl transition-all"
|
||||
@@ -164,9 +165,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12"
|
||||
cardClassName="bg-gradient-bordered rounded-3xl overflow-hidden border border-accent hover:shadow-2xl transition-all group"
|
||||
imageClassName="w-full h-72 object-cover group-hover:scale-110 transition-transform duration-500"
|
||||
@@ -192,8 +193,9 @@ export default function LandingPage() {
|
||||
speed={50}
|
||||
showCard={true}
|
||||
containerClassName="py-20 px-6"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-3xl mx-auto text-center"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-3xl mx-auto text-center"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
contentClassName="w-full overflow-hidden rounded-2xl bg-card border border-accent p-8"
|
||||
logoCardClassName="inline-flex items-center justify-center px-8 py-6 bg-background rounded-xl mx-4"
|
||||
/>
|
||||
@@ -232,9 +234,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl mx-auto text-center"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl mx-auto text-center"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-12"
|
||||
cardClassName="bg-gradient-bordered rounded-3xl p-8 border border-accent hover:shadow-lg transition-all"
|
||||
imageWrapperClassName="w-14 h-14 rounded-full overflow-hidden mb-4 border-2 border-primary-cta"
|
||||
@@ -278,9 +280,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl mx-auto text-center"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4 text-foreground text-center"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl mx-auto text-center"
|
||||
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-6 mx-auto block"
|
||||
faqsContainerClassName="grid grid-cols-1 lg:grid-cols-2 gap-8 mt-12 max-w-5xl mx-auto"
|
||||
columnClassName="space-y-4"
|
||||
accordionClassName="bg-card border border-accent rounded-2xl overflow-hidden hover:shadow-lg transition-all"
|
||||
|
||||
Reference in New Issue
Block a user