Spaces:
Sleeping
Sleeping
Commit ·
bd29ed1
1
Parent(s): 4ccd93b
joruneys should still be called, journey 1/ 2 and 3 respectively.
Browse files- src/lib/journeys.ts +4 -4
src/lib/journeys.ts
CHANGED
|
@@ -4,21 +4,21 @@ import type { Journey } from '@/types';
|
|
| 4 |
export const journeys: Journey[] = [
|
| 5 |
{
|
| 6 |
id: '1',
|
| 7 |
-
title: '
|
| 8 |
description: 'Explore this fascinating image of a tiger and answer AI-generated questions about it.',
|
| 9 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 10 |
imageHint: 'tiger jungle',
|
| 11 |
},
|
| 12 |
{
|
| 13 |
id: '2',
|
| 14 |
-
title: '
|
| 15 |
description: 'Discover the details in this image of a jaguar and test your knowledge with AI challenges.',
|
| 16 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 17 |
-
imageHint: 'leopard wild',
|
| 18 |
},
|
| 19 |
{
|
| 20 |
id: '3',
|
| 21 |
-
title: '
|
| 22 |
description: 'Analyze the scene presented with a leopard and respond to insightful questions from the AI.',
|
| 23 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 24 |
imageHint: 'leopard savanna',
|
|
|
|
| 4 |
export const journeys: Journey[] = [
|
| 5 |
{
|
| 6 |
id: '1',
|
| 7 |
+
title: 'Journey 1',
|
| 8 |
description: 'Explore this fascinating image of a tiger and answer AI-generated questions about it.',
|
| 9 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 10 |
imageHint: 'tiger jungle',
|
| 11 |
},
|
| 12 |
{
|
| 13 |
id: '2',
|
| 14 |
+
title: 'Journey 2',
|
| 15 |
description: 'Discover the details in this image of a jaguar and test your knowledge with AI challenges.',
|
| 16 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 17 |
+
imageHint: 'leopard wild',
|
| 18 |
},
|
| 19 |
{
|
| 20 |
id: '3',
|
| 21 |
+
title: 'Journey 3',
|
| 22 |
description: 'Analyze the scene presented with a leopard and respond to insightful questions from the AI.',
|
| 23 |
imageUrl: 'https://placehold.co/400x600.png',
|
| 24 |
imageHint: 'leopard savanna',
|