Merge version_1 into main #2
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="MyPro"
|
||||
description="Premium protein supplements designed for athletes and fitness enthusiasts. Fuel your fitness journey with scientifically formulated nutrition that delivers results."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-woman-with-bottle-water_23-2148499126.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-woman-with-bottle-water_23-2148499126.jpg"
|
||||
imageAlt="MyPro Protein Supplement Hero"
|
||||
buttons={[
|
||||
{ text: "Shop Products", href: "#products" },
|
||||
@@ -70,15 +70,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "vanilla", brand: "MyPro", name: "Vanilla Whey Protein", price: "$49.99", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32204.jpg?_wi=1", imageAlt: "MyPro Vanilla Protein Powder"
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32204.jpg", imageAlt: "MyPro Vanilla Protein Powder"
|
||||
},
|
||||
{
|
||||
id: "chocolate", brand: "MyPro", name: "Chocolate Whey Protein", price: "$49.99", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-chocolate-mousse-ready-be-served_23-2148622323.jpg?_wi=1", imageAlt: "MyPro Chocolate Protein Powder"
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-chocolate-mousse-ready-be-served_23-2148622323.jpg", imageAlt: "MyPro Chocolate Protein Powder"
|
||||
},
|
||||
{
|
||||
id: "strawberry", brand: "MyPro", name: "Strawberry Whey Protein", price: "$49.99", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg?_wi=1", imageAlt: "MyPro Strawberry Protein Powder"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg", imageAlt: "MyPro Strawberry Protein Powder"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Pure Whey Isolate", description: "99% pure whey protein isolate with minimal lactose and fat content for optimal absorption and lean muscle building.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32204.jpg?_wi=2", imageAlt: "Pure Whey Isolate"
|
||||
title: "Pure Whey Isolate", description: "99% pure whey protein isolate with minimal lactose and fat content for optimal absorption and lean muscle building.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32204.jpg", imageAlt: "Pure Whey Isolate"
|
||||
},
|
||||
{
|
||||
title: "BCAA Enriched", description: "Contains essential branched-chain amino acids (BCAA) to support muscle recovery and reduce fatigue during intense workouts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-chocolate-mousse-ready-be-served_23-2148622323.jpg?_wi=2", imageAlt: "BCAA Enriched Formula"
|
||||
title: "BCAA Enriched", description: "Contains essential branched-chain amino acids (BCAA) to support muscle recovery and reduce fatigue during intense workouts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-chocolate-mousse-ready-be-served_23-2148622323.jpg", imageAlt: "BCAA Enriched Formula"
|
||||
},
|
||||
{
|
||||
title: "Great Taste", description: "No artificial flavors or sweeteners - enjoy delicious, naturally-flavored protein shakes that taste amazing every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg?_wi=2", imageAlt: "Great Tasting Protein"
|
||||
title: "Great Taste", description: "No artificial flavors or sweeteners - enjoy delicious, naturally-flavored protein shakes that taste amazing every time.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg", imageAlt: "Great Tasting Protein"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -242,9 +242,8 @@ export default function LandingPage() {
|
||||
description="Subscribe to our newsletter for exclusive deals, fitness tips, and new product launches. Be the first to know about MyPro innovations."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
@@ -255,7 +254,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-woman-with-bottle-water_23-2148499126.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-woman-with-bottle-water_23-2148499126.jpg"
|
||||
imageAlt="MyPro Footer"
|
||||
logoText="MyPro"
|
||||
copyrightText="© 2025 MyPro Supplements. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user