Merge version_1 into main #1
@@ -111,8 +111,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-5xl font-extrabold"
|
||||
descriptionClassName="text-gray-300 text-lg mt-4"
|
||||
textBoxTitleClassName="text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-gray-300 text-lg mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,10 +127,10 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "metric-1", value: "50K+", title: "Active Players", description: "Worldwide community members" },
|
||||
{ id: "metric-2", value: "2.3M", title: "Units Sold", description: "Premium hoodies delivered" },
|
||||
{ id: "metric-3", value: "15+", title: "Countries", description: "Serving global audience" },
|
||||
{ id: "metric-4", value: "98%", title: "Retention", description: "Repeat purchase rate" }
|
||||
{ id: "metric-1", value: "50K+", title: "Active Players", description: "Worldwide community members", imageSrc: "http://img.b2bpic.net/free-photo/woman-orange-hoodie-plugging-ears-with-fingers-looking-curious_176474-87825.jpg", imageAlt: "Active Players" },
|
||||
{ id: "metric-2", value: "2.3M", title: "Units Sold", description: "Premium hoodies delivered", imageSrc: "http://img.b2bpic.net/free-photo/hoodie-bowl-with-seeds-beside_23-2148528052.jpg", imageAlt: "Units Sold" },
|
||||
{ id: "metric-3", value: "15+", title: "Countries", description: "Serving global audience", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-yellow-jacket-mannequin-no-people-generated-by-ai_188544-43312.jpg", imageAlt: "Countries" },
|
||||
{ id: "metric-4", value: "98%", title: "Retention", description: "Repeat purchase rate", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg", imageAlt: "Retention" }
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-5xl font-extrabold mb-4"
|
||||
@@ -177,8 +177,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-5xl font-extrabold mb-4"
|
||||
descriptionClassName="text-gray-300 text-lg"
|
||||
textBoxTitleClassName="text-5xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-gray-300 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,8 +197,8 @@ export default function LandingPage() {
|
||||
speed={50}
|
||||
showCard={true}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl font-extrabold mb-4"
|
||||
descriptionClassName="text-gray-300 text-lg"
|
||||
textBoxTitleClassName="text-4xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-gray-300 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,8 +233,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-4xl mx-auto"
|
||||
titleClassName="text-4xl font-extrabold mb-4"
|
||||
descriptionClassName="text-gray-300 text-lg"
|
||||
textBoxTitleClassName="text-4xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-gray-300 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user