Merge version_1 into main #2
@@ -49,18 +49,15 @@ export default function AboutPage() {
|
||||
description="Evo Lifts is dedicated to creating premium gym apparel for lifters who demand more from their training gear. We focus on performance, durability, and clean minimalist style. Every piece is engineered for strength athletes who refuse to compromise on quality or aesthetics."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Premium Quality Materials",
|
||||
},
|
||||
value: "100%", title: "Premium Quality Materials"},
|
||||
{
|
||||
value: "10K+",
|
||||
title: "Elite Athletes Worldwide",
|
||||
},
|
||||
value: "10K+", title: "Elite Athletes Worldwide"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg"
|
||||
imageAlt="Evo Lifts community of athletes"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,32 +66,14 @@ export default function AboutPage() {
|
||||
<TestimonialCardThirteen
|
||||
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?_wi=3",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Athletes Say About Us"
|
||||
@@ -130,8 +109,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Evo Lifts. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "Bundles", href: "/bundles" },
|
||||
{ label: "New Releases", href: "/shop?sort=newest" },
|
||||
@@ -139,8 +117,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -148,8 +125,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
|
||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "/shop" },
|
||||
{ label: "Bundles", href: "/bundles" },
|
||||
{ label: "New Releases", href: "/shop?sort=newest" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
@@ -84,25 +81,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tired-exhausted-sportsman-listening-music_171337-8007.jpg",
|
||||
imageAlt: "Premium black athletic shirt with gold accents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tired-exhausted-sportsman-listening-music_171337-8007.jpg", imageAlt: "Premium black athletic shirt with gold accents"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-sports-man-resting-after-workout_171337-8260.jpg",
|
||||
imageAlt: "Elite athlete training in Evo Lifts gear",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-sports-man-resting-after-workout_171337-8260.jpg", imageAlt: "Elite athlete training in Evo Lifts gear"},
|
||||
{
|
||||
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/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?_wi=1",
|
||||
imageAlt: "Black gym shirt premium quality",
|
||||
},
|
||||
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/woman-stretching-before-working-out-outdoors_23-2150343725.jpg?_wi=1",
|
||||
imageAlt: "Athletic sweatpants minimalist design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-before-working-out-outdoors_23-2150343725.jpg", imageAlt: "Athletic sweatpants minimalist design"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,35 +108,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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?_wi=2",
|
||||
imageAlt: "Black Legacy Training Tee",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Black Core Performance Sweats",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Elite Training Bundle - Shirt and 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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,15 +130,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Professional Athletes",
|
||||
"Gym Influencers",
|
||||
"Strength Coaches",
|
||||
"Fitness Champions",
|
||||
"Training Studios",
|
||||
"Fitness Communities",
|
||||
"Performance Teams",
|
||||
"Athletic Brands",
|
||||
]}
|
||||
"Professional Athletes", "Gym Influencers", "Strength Coaches", "Fitness Champions", "Training Studios", "Fitness Communities", "Performance Teams", "Athletic Brands"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -189,10 +147,11 @@ 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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vietnamese-strategy-presentation-teamwork-aged_1262-2156.jpg"
|
||||
imageAlt="Evo Lifts community of athletes"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,59 +168,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
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?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Thompson",
|
||||
handle: "@alexgains",
|
||||
testimonial: "Worth the investment. The quality justifies the price. I wear my Evo Lifts gear to every training session and it's become my favorite piece of equipment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-smiling-gesturing_176420-12638.jpg",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "5", name: "Alex Thompson", handle: "@alexgains", testimonial: "Worth the investment. The quality justifies the price. I wear my Evo Lifts gear to every training session and it's become my favorite piece of equipment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-smiling-gesturing_176420-12638.jpg", imageAlt: "Alex Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Nicole Park",
|
||||
handle: "@nicolelifts",
|
||||
testimonial: "Finally, gym apparel designed by people who actually lift. The attention to detail and premium materials show that Evo Lifts understands what we need.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-clenches-fists-with-joy-celebrates-victory-marathon-smiles-broadly-dressed-grey-top-smiles-broadly-enjoys-triumph-poses-indoor-against-white-wall_273609-33762.jpg",
|
||||
imageAlt: "Nicole Park",
|
||||
},
|
||||
id: "6", name: "Nicole Park", handle: "@nicolelifts", testimonial: "Finally, gym apparel designed by people who actually lift. The attention to detail and premium materials show that Evo Lifts understands what we need.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-clenches-fists-with-joy-celebrates-victory-marathon-smiles-broadly-dressed-grey-top-smiles-broadly-enjoys-triumph-poses-indoor-against-white-wall_273609-33762.jpg", imageAlt: "Nicole Park"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user