Update src/app/classes/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user