Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fb82874a6 | |||
| 21075aba55 | |||
| ac21471238 | |||
| 3afb8baceb | |||
| e8d07a428a | |||
| bc961cc0f1 | |||
| 052e577555 |
@@ -67,27 +67,19 @@ export default function LandingPage() {
|
|||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="bento-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", brand: "Touchdown", name: "Pro Game Jersey - Blue", price: "$120", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg?_wi=1" },
|
||||||
id: "p1", brand: "Touchdown", name: "Pro Game Jersey - Blue", price: "$120", rating: 5,
|
{ id: "p2", brand: "Touchdown", name: "Pro Game Jersey - Red", price: "$120", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg?_wi=1" },
|
||||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg"},
|
{ id: "p3", brand: "Touchdown", name: "Pro Game Jersey - White", price: "$120", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones-browsing-smartphone-using-training_23-2147755364.jpg" },
|
||||||
{
|
{ id: "p4", brand: "Touchdown", name: "Pro Game Jersey - Black", price: "$120", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-posing-dark-room_158595-2844.jpg" },
|
||||||
id: "p2", brand: "Touchdown", name: "Pro Game Jersey - Red", price: "$120", rating: 5,
|
{ id: "p5", brand: "Touchdown", name: "Pro Game Jersey - Green", price: "$120", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg?_wi=1" },
|
||||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg"},
|
{ id: "p6", brand: "Touchdown", name: "Pro Game Jersey - Gold", price: "$135", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg" },
|
||||||
{
|
{ id: "p7", brand: "Touchdown", name: "Pro Game Jersey - Navy", price: "$120", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg?_wi=1" },
|
||||||
id: "p3", brand: "Touchdown", name: "Pro Game Jersey - White", price: "$120", rating: 4,
|
{ id: "p8", brand: "Touchdown", name: "Pro Game Jersey - Orange", price: "$120", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg?_wi=2" },
|
||||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones-browsing-smartphone-using-training_23-2147755364.jpg"},
|
{ id: "p9", brand: "Touchdown", name: "Pro Game Jersey - Purple", price: "$120", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913646.jpg?_wi=2" },
|
||||||
{
|
{ id: "p10", brand: "Touchdown", name: "Pro Game Jersey - Grey", price: "$120", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/football-composition_23-2147827731.jpg?_wi=2" }
|
||||||
id: "p4", brand: "Touchdown", name: "Pro Game Jersey - Black", price: "$120", rating: 5,
|
|
||||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-posing-dark-room_158595-2844.jpg"},
|
|
||||||
{
|
|
||||||
id: "p5", brand: "Touchdown", name: "Pro Game Jersey - Green", price: "$120", rating: 4,
|
|
||||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/view-football-player-t-shirt_23-2150885803.jpg"},
|
|
||||||
{
|
|
||||||
id: "p6", brand: "Touchdown", name: "Pro Game Jersey - Gold", price: "$135", rating: 5,
|
|
||||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
description="Premium jerseys designed for ultimate comfort and durability on the field."
|
description="Premium jerseys designed for ultimate comfort and durability on the field."
|
||||||
@@ -159,6 +151,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
|
buttons={[
|
||||||
|
{text: "Contact Support", href: "#contact"}
|
||||||
|
]}
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -172,7 +167,7 @@ export default function LandingPage() {
|
|||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Everything you need to know about our products and shipping."
|
description="Everything you need to know about our products and shipping."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847404.jpg?_wi=2"
|
||||||
imageAlt="Close up on basketball locker with equipment"
|
imageAlt="Close up on basketball locker with equipment"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user