Merge version_1 into main #3
@@ -80,10 +80,10 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Legend", name: "The Unstoppable", price: "100%", rating: 5,
|
||||
reviewCount: "10k", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg"},
|
||||
reviewCount: "10k", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", brand: "Dragon", name: "Golden Goal", price: "100%", rating: 5,
|
||||
reviewCount: "12k", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg"},
|
||||
reviewCount: "12k", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", brand: "Captain", name: "Eternal Spirit", price: "100%", rating: 5,
|
||||
reviewCount: "15k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg"},
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Legacy Questions"
|
||||
description="Answers to the questions that define our national passion and history."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-947.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
tag="Inquire"
|
||||
title="Get in touch"
|
||||
description="Have questions about our history or upcoming events? Send us a message."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fit-woman-sportswear-celebrating_23-2148298924.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user