Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cb09b69d6 | |||
| 5138bc1046 | |||
| bc47ebf8f8 | |||
| 171ad4a92c | |||
| 88ce4813e2 | |||
| fae9bee8db | |||
| b7748acbcc |
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Wear Your Identity"
|
||||
description="High-performance custom jerseys engineered for the next generation of athletes. Design yours in the Lab."
|
||||
description="Get custom, pro-grade jerseys delivered in just 14 days. Design yours in the Lab."
|
||||
tag="PREMIUM SPORTSWEAR"
|
||||
buttons={[
|
||||
{
|
||||
@@ -111,6 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Design", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Pro Gridiron Jersey", price: "Customizable", imageSrc: "http://img.b2bpic.net/free-vector/ready-print-sports-tshirt-workout-training-clothing-patterns_29096-5029.jpg"},
|
||||
@@ -242,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user