Update src/app/page.tsx
This commit is contained in:
@@ -127,8 +127,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Concert schedule section"
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
cardTitleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
cardDescriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Menu and bar offerings section"
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,8 +206,8 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
ariaLabel="Customer testimonials section"
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,8 +226,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
ariaLabel="Partners and suppliers section"
|
||||
containerClassName="py-16 md:py-24"
|
||||
titleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
descriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg opacity-90 mb-12 max-w-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user