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