Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -77,16 +77,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Daily Multivitamin", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg", imageAlt: "Daily Multivitamin Premium Formula"
|
||||
id: "1", name: "Daily Multivitamin", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg?_wi=1", imageAlt: "Daily Multivitamin Premium Formula"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Omega-3 Fish Oil", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg", imageAlt: "Premium Omega-3 Fish Oil Supplement"
|
||||
id: "2", name: "Omega-3 Fish Oil", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg?_wi=1", imageAlt: "Premium Omega-3 Fish Oil Supplement"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Plant-Based Protein", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "Premium Plant-Based Protein Powder"
|
||||
id: "3", name: "Plant-Based Protein", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg?_wi=1", imageAlt: "Premium Plant-Based Protein Powder"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marine Collagen", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-with-products-skin-cleaner_197531-32379.jpg", imageAlt: "Premium Marine Collagen Supplement"
|
||||
id: "4", name: "Marine Collagen", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-with-products-skin-cleaner_197531-32379.jpg?_wi=1", imageAlt: "Premium Marine Collagen Supplement"
|
||||
}
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
@@ -109,22 +109,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Daily Multivitamin", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg", imageAlt: "Daily Multivitamin Premium Formula"
|
||||
id: "1", name: "Daily Multivitamin", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg?_wi=2", imageAlt: "Daily Multivitamin Premium Formula"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Omega-3 Fish Oil", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg", imageAlt: "Premium Omega-3 Fish Oil Supplement"
|
||||
id: "2", name: "Omega-3 Fish Oil", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg?_wi=2", imageAlt: "Premium Omega-3 Fish Oil Supplement"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Plant-Based Protein", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "Premium Plant-Based Protein Powder"
|
||||
id: "3", name: "Plant-Based Protein", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg?_wi=2", imageAlt: "Premium Plant-Based Protein Powder"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marine Collagen", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-with-products-skin-cleaner_197531-32379.jpg", imageAlt: "Premium Marine Collagen Supplement"
|
||||
id: "4", name: "Marine Collagen", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-with-products-skin-cleaner_197531-32379.jpg?_wi=2", imageAlt: "Premium Marine Collagen Supplement"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vitamin D3 5000IU", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg", imageAlt: "Vitamin D3 Supplement"
|
||||
id: "5", name: "Vitamin D3 5000IU", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769474.jpg?_wi=3", imageAlt: "Vitamin D3 Supplement"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Zinc & Immune Support", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg", imageAlt: "Immune Support Formula"
|
||||
id: "6", name: "Zinc & Immune Support", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-pills-small-bottle_23-2148427739.jpg?_wi=3", imageAlt: "Immune Support Formula"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahwellness", testimonial: "After three months with Vital Supplements, my energy levels are through the roof. The quality is unmatched and I trust every product.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahwellness", testimonial: "After three months with Vital Supplements, my energy levels are through the roof. The quality is unmatched and I trust every product.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", handle: "@fitnessjames", testimonial: "The protein powder has completely changed my post-workout routine. Mixes perfectly and tastes amazing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "James Chen"
|
||||
@@ -186,13 +186,13 @@ export default function LandingPage() {
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmahealth", testimonial: "Finally found a supplement brand that doesn't compromise on quality. The customer service is exceptional too!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Torres", handle: "@michaelfit", testimonial: "The collagen supplement has improved my skin and joint health significantly. Totally worth the investment in yourself.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"
|
||||
id: "4", name: "Michael Torres", handle: "@michaelfit", testimonial: "The collagen supplement has improved my skin and joint health significantly. Totally worth the investment in yourself.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", handle: "@lisawellnessco", testimonial: "Been using Vital Supplements for over a year now. Consistent quality, fast shipping, and genuine results. A+ company!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Park"
|
||||
id: "5", name: "Lisa Park", handle: "@lisawellnessco", testimonial: "Been using Vital Supplements for over a year now. Consistent quality, fast shipping, and genuine results. A+ company!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Lisa Park"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kim", handle: "@davidkimhealth", testimonial: "The omega-3 supplement has made a real difference in my cognitive function and overall wellness. Definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
|
||||
id: "6", name: "David Kim", handle: "@davidkimhealth", testimonial: "The omega-3 supplement has made a real difference in my cognitive function and overall wellness. Definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user