From 6767ba89cc834f1a5b1a5f25204b6c75096848f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:53:36 +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 1c550c0..941ff66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "half-day", badge: "Popular", price: "$50", subtitle: "Half-day city highlights", features: [ + id: "half-day", badge: "Popular", price: "$50", subtitle: "4-hour city tour", features: [ "Museum tour", "Local coffee", "Transportation"], buttons: [ { @@ -118,7 +118,7 @@ export default function LandingPage() { ], }, { - id: "full-day", badge: "Best Value", price: "$90", subtitle: "Full-day immersive city tour", features: [ + id: "full-day", badge: "Best Value", price: "$90", subtitle: "8-hour full-day experience", features: [ "Museum tour", "Mercato Market", "Traditional lunch", "Cathedral visit"], buttons: [ { @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1