Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
logoText="RED BULL"
|
||||
description="Unlock your potential. Energy for every challenge."
|
||||
buttons={[{ text: "Explore" }, { text: "Buy Now" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Red Bull Energy", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg" },
|
||||
{ id: "p1", name: "Red Bull Energy", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Red Bull Sugarfree", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92770.jpg" },
|
||||
{ id: "p3", name: "Red Bull Zero", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-summer-concept-with-copy-space_23-2148545847.jpg" },
|
||||
{ id: "p4", name: "Tropical Edition", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smoothie-blackberries_23-2148555275.jpg" },
|
||||
@@ -125,8 +125,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "a1", name: "Max V", role: "F1 Pro", description: "Speed expert.", imageSrc: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20801.jpg" },
|
||||
{ id: "a2", name: "Chloe K", role: "Skier", description: "Snow legend.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg" },
|
||||
{ id: "a3", name: "Tom P", role: "Skater", description: "Vertical king.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg" },
|
||||
{ id: "a2", name: "Chloe K", role: "Skier", description: "Snow legend.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-skateboard-with-jumping-ollie_53876-23058.jpg?_wi=2" },
|
||||
{ id: "a3", name: "Tom P", role: "Skater", description: "Vertical king.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92767.jpg?_wi=2" },
|
||||
]}
|
||||
title="Featured Athletes"
|
||||
description="Performance masters."
|
||||
|
||||
Reference in New Issue
Block a user