Update src/app/page.tsx
This commit is contained in:
@@ -87,9 +87,9 @@ export default function HomePage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478952.jpg", imageAlt: "Evo Lifts premium product collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-sport-exercises-home_1328-3082.jpg", imageAlt: "Black gym shirt premium quality"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-sport-exercises-home_1328-3082.jpg?_wi=1", imageAlt: "Black gym shirt premium quality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-before-working-out-outdoors_23-2150343725.jpg", imageAlt: "Athletic sweatpants minimalist design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-before-working-out-outdoors_23-2150343725.jpg?_wi=1", imageAlt: "Athletic sweatpants minimalist design"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,10 +109,10 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "EVO LIFTS", name: "Legacy Training Tee", price: "$59.99", rating: 5,
|
||||
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-sport-exercises-home_1328-3082.jpg", imageAlt: "Black Legacy Training Tee"},
|
||||
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-sport-exercises-home_1328-3082.jpg?_wi=2", imageAlt: "Black Legacy Training Tee"},
|
||||
{
|
||||
id: "2", brand: "EVO LIFTS", name: "Core Performance Sweats", price: "$79.99", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-before-working-out-outdoors_23-2150343725.jpg", imageAlt: "Black Core Performance Sweats"},
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-before-working-out-outdoors_23-2150343725.jpg?_wi=2", imageAlt: "Black Core Performance Sweats"},
|
||||
{
|
||||
id: "3", brand: "EVO LIFTS", name: "Elite Training Bundle", price: "$119.99", rating: 5,
|
||||
reviewCount: "152", imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-fitness-vertical-business-card-template_23-2149637570.jpg", imageAlt: "Elite Training Bundle - Shirt and Sweats"},
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
{ value: "100%", title: "Premium Quality Materials" },
|
||||
{ value: "10K+", title: "Elite Athletes Worldwide" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg?_wi=1"
|
||||
imageAlt="Evo Lifts community of athletes"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -169,13 +169,13 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", handle: "@marcuslifts", testimonial: "The quality and minimalist design are unmatched. I've worn Evo Lifts every day at the gym for 6 months and it still looks brand new. Finally found apparel that matches my commitment to excellence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-stretching_23-2148259622.jpg", imageAlt: "Marcus Johnson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-stretching_23-2148259622.jpg?_wi=1", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahstrength", testimonial: "As a strength coach, I recommend Evo Lifts to all my clients. The durability and premium feel make it worth every penny. My athletes love the professional look.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-female-coach-blogger-giving-fitness-advice-her-followers-video_662251-2451.jpg", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-female-coach-blogger-giving-fitness-advice-her-followers-video_662251-2451.jpg?_wi=1", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", handle: "@davidtrains", testimonial: "The black and gold aesthetic is fire. I get compliments on my Evo Lifts gear constantly. This is what premium gym apparel should be.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg", imageAlt: "David Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-623.jpg?_wi=1", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Jessica Williams", handle: "@jesspower", testimonial: "I've tried every premium gym brand out there. Evo Lifts is the real deal. The fit is perfect, the material is incredible, and the minimalist design is exactly what I want.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-32158.jpg", imageAlt: "Jessica Williams"},
|
||||
|
||||
Reference in New Issue
Block a user