From 19a55569afa54e424be1c2471255430f3fc721b6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]} -- 2.49.1