Update src/app/page.tsx
This commit is contained in:
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Featured products collection"
|
||||
containerClassName="py-20 md:py-28"
|
||||
titleClassName="text-3xl md:text-5xl font-light"
|
||||
descriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
cardNameClassName="text-lg font-medium"
|
||||
/>
|
||||
</div>
|
||||
@@ -184,8 +184,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
ariaLabel="Social proof section with trusted partners"
|
||||
containerClassName="py-20 md:py-28"
|
||||
titleClassName="text-3xl md:text-5xl font-light"
|
||||
descriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,8 +222,8 @@ export default function LandingPage() {
|
||||
animationType="smooth"
|
||||
ariaLabel="FAQ section"
|
||||
containerClassName="py-20 md:py-28"
|
||||
titleClassName="text-3xl md:text-5xl font-light"
|
||||
descriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-base md:text-lg font-light opacity-90"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user