From a91e96b1f8e25e4e2eb643dae85528dcaeb89be6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:50:51 +0000 Subject: [PATCH] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 1612ac2..bbb80c8 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -31,8 +31,8 @@ export default function ClassesPage() { animationType="slide-up" useInvertedBackground={false} features={[ - { id: "yoga", title: "Yoga Flow", description: "Master your mind and body with our guided flow.", tag: "Mindfulness", imageSrc: "https://picsum.photos/800/600" }, - { id: "hiit", title: "HIIT", description: "High-intensity interval training for maximum calorie burn.", tag: "Endurance", imageSrc: "https://picsum.photos/800/600" } + { id: "yoga", title: "Yoga Flow", description: "Master your mind and body with our guided flow.", tag: "Mindfulness", imageSrc: "https://picsum.photos/800/600?_wi=1" }, + { id: "hiit", title: "HIIT", description: "High-intensity interval training for maximum calorie burn.", tag: "Endurance", imageSrc: "https://picsum.photos/800/600?_wi=2" } ]} />