Merge version_1 into main #1
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
textBoxClassName="max-w-2xl"
|
||||
titleClassName="text-4xl sm:text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-300 mt-6 max-w-2xl"
|
||||
/>
|
||||
@@ -108,8 +109,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
titleClassName="text-4xl sm:text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-300 mt-4"
|
||||
cardTitleClassName="text-4xl sm:text-5xl font-bold"
|
||||
cardDescriptionClassName="text-lg text-gray-300 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +135,7 @@ export default function LandingPage() {
|
||||
id: "uptime-metric", value: "99.9%", title: "Uptime Guarantee", description: "Reliable infrastructure for tournament play", icon: Shield
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -176,8 +177,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
titleClassName="text-4xl sm:text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-300 mt-4"
|
||||
textBoxTitleClassName="text-4xl sm:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-300 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,8 +200,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
speed={40}
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
|
||||
titleClassName="text-4xl sm:text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-300 mt-4"
|
||||
textBoxTitleClassName="text-4xl sm:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-300 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user