Merge version_1 into main #1
@@ -65,23 +65,23 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg?_wi=1",
|
||||
imageAlt: "Golden Lion Head Hero",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg?_wi=1",
|
||||
imageAlt: "Equipment Spotlight",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg?_wi=1",
|
||||
imageAlt: "Weight Lifting Bench",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg?_wi=1",
|
||||
imageAlt: "Squat Rack Setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg?_wi=1",
|
||||
imageAlt: "Chrome Dumbbells",
|
||||
},
|
||||
]}
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
name: "Treadmill",
|
||||
price: "Elite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
name: "Bench Press",
|
||||
price: "Elite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
name: "Squat Rack",
|
||||
price: "Elite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
name: "Dumbbells",
|
||||
price: "Elite",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg?_wi=2"
|
||||
logoText="LionGym"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user