Update src/app/page.tsx

This commit is contained in:
2026-03-07 14:18:25 +00:00
parent 2bc0ad21d4
commit a278097300

View File

@@ -107,7 +107,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Tlenorgym", name: "Modern Training Floors", price: "Premium", rating: 5,
reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg", imageAlt: "Modern gym training floor with professional equipment"},
reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg?_wi=1", imageAlt: "Modern gym training floor with professional equipment"},
{
id: "2", brand: "Tlenorgym", name: "Professional Equipment", price: "Premium", rating: 5,
reviewCount: "51 reviews", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Gym facility with mirrors and training equipment"},
@@ -200,7 +200,7 @@ export default function LandingPage() {
{
id: "4", title: "What should I bring for my first visit?", content: "Bring comfortable workout clothes, sneakers, a water bottle, and an open mind. We provide the rest equipment, motivation, and professional guidance."},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2149445923.jpg?_wi=2"
imageAlt="Tlenorgym facility welcome area"
mediaPosition="left"
mediaAnimation="slide-up"