diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d1805a..edf751a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,19 +66,19 @@ export default function BorrowdaleVillageWalkPage() { { title: "Morning Nature Hike", description: "A gentle 2-hour walk focusing on local flora and fauna with a professional guide.", media: { type: 'image', src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfi64W5OAKPYfmFKtdIN9sZaaB/uploaded-1778679850690-ynsix8uc.jpg" }, - items: [], + items: [{ title: "Difficulty", description: "Easy" }, { title: "Duration", description: "2 Hours" }, { title: "Age", description: "All ages" }], reverse: false }, { title: "Historical Village Tour", description: "Discover the rich heritage and architecture that defines Borrowdale village life.", media: { type: 'image', src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfi64W5OAKPYfmFKtdIN9sZaaB/uploaded-1778679850690-ynsix8uc.jpg" }, - items: [], + items: [{ title: "Difficulty", description: "Easy" }, { title: "Duration", description: "1.5 Hours" }, { title: "Age", description: "All ages" }], reverse: true }, { title: "Sunset Panoramic Trail", description: "Experience breathtaking views at golden hour on our most popular elevated route.", media: { type: 'image', src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfi64W5OAKPYfmFKtdIN9sZaaB/uploaded-1778679850690-ynsix8uc.jpg" }, - items: [], + items: [{ title: "Difficulty", description: "Moderate" }, { title: "Duration", description: "3 Hours" }, { title: "Age", description: "12+" }], reverse: false } ]}