Merge version_1 into main #1
@@ -120,8 +120,8 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
className="py-20"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl font-light mb-4"
|
||||
descriptionClassName="text-lg opacity-80 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-80 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,8 +155,8 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
className="py-20"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl font-light text-center mb-4"
|
||||
descriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-light text-center mb-4"
|
||||
textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,8 +178,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl font-light mb-4"
|
||||
descriptionClassName="text-lg opacity-80 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-light mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-80 mb-12"
|
||||
nameClassName="text-xl font-light"
|
||||
roleClassName="text-sm opacity-75 mt-2"
|
||||
/>
|
||||
@@ -213,8 +213,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl font-light text-center mb-4"
|
||||
descriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-light text-center mb-4"
|
||||
textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,8 +250,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="py-20"
|
||||
containerClassName="max-w-4xl mx-auto"
|
||||
titleClassName="text-4xl font-light text-center mb-4"
|
||||
descriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
textBoxTitleClassName="text-4xl font-light text-center mb-4"
|
||||
textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12"
|
||||
faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user