Update src/app/page.tsx
This commit is contained in:
@@ -146,22 +146,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Aminoclub", name: "Beginner's Fitness Journey", price: "$19/month", rating: 5,
|
||||
reviewCount: "1.2k+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"},
|
||||
reviewCount: "1.2k+", imageSrc: "asset://aminoclub_bottle_product_single?_wi=1", imageAlt: "Aminoclub single product bottle"},
|
||||
{
|
||||
id: "p2", brand: "Aminoclub", name: "Advanced Performance Boost", price: "$29/month", rating: 4,
|
||||
reviewCount: "800+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"},
|
||||
reviewCount: "800+", imageSrc: "asset://aminoclub_bottle_product_group?_wi=1", imageAlt: "Aminoclub product bottle group"},
|
||||
{
|
||||
id: "p3", brand: "Aminoclub", name: "Nutrition & Wellness Coaching", price: "$49/month", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"},
|
||||
reviewCount: "500+", imageSrc: "asset://aminoclub_bottle_product_single?_wi=2", imageAlt: "Aminoclub single product bottle"},
|
||||
{
|
||||
id: "p4", brand: "Aminoclub", name: "Strength & Conditioning", price: "$24/month", rating: 4,
|
||||
reviewCount: "900+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"},
|
||||
reviewCount: "900+", imageSrc: "asset://aminoclub_bottle_product_group?_wi=2", imageAlt: "Aminoclub product bottle group"},
|
||||
{
|
||||
id: "p5", brand: "Aminoclub", name: "Mindfulness & Recovery", price: "$34/month", rating: 5,
|
||||
reviewCount: "700+", imageSrc: "asset://aminoclub_bottle_product_single", imageAlt: "Aminoclub single product bottle"},
|
||||
reviewCount: "700+", imageSrc: "asset://aminoclub_bottle_product_single?_wi=3", imageAlt: "Aminoclub single product bottle"},
|
||||
{
|
||||
id: "p6", brand: "Aminoclub", name: "Personal Coaching Deluxe", price: "Custom Quote", rating: 4,
|
||||
reviewCount: "300+", imageSrc: "asset://aminoclub_bottle_product_group", imageAlt: "Aminoclub product bottle group"},
|
||||
reviewCount: "300+", imageSrc: "asset://aminoclub_bottle_product_group?_wi=3", imageAlt: "Aminoclub product bottle group"},
|
||||
]}
|
||||
title="Our Transformative Programs"
|
||||
description="Discover the perfect program to kickstart your fitness journey, achieve your goals, and sustain a healthy lifestyle."
|
||||
|
||||
Reference in New Issue
Block a user