From cfcdd7d648492db07274498be867728ecda525a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:56:03 +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 941ff66..fb11620 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: "4-hour city tour", features: [ + id: "half-day", badge: "Popular: Half-Day Essentials", price: "$50", subtitle: "4-hour city tour including guided museum access, local coffee experience, and private transport.", features: [ "Museum tour", "Local coffee", "Transportation"], buttons: [ { @@ -118,7 +118,7 @@ export default function LandingPage() { ], }, { - id: "full-day", badge: "Best Value", price: "$90", subtitle: "8-hour full-day experience", features: [ + id: "full-day", badge: "Best Value: Full-Day Immersion", price: "$90", subtitle: "8-hour comprehensive tour including all sites, traditional lunch, and full market immersion.", features: [ "Museum tour", "Mercato Market", "Traditional lunch", "Cathedral visit"], buttons: [ { @@ -160,7 +160,7 @@ export default function LandingPage() { { id: "t3", title: "Authentic", quote: "Got to see the real Addis, not just the surface.", name: "Elena R.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-hiking-trip_23-2150343035.jpg"}, { - id: "t4", title: "Great Day", quote: "Seamless experience from start to finish.", name: "James P.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-black-woman-having-fun-park-riding-electric-kick-scooter-summer-fashion-style-colorful-hipster-outfit-wearing-backpack-yellow-sunglasses_285396-8841.jpg"}, + id: "t4", title: "Great Day", quote: "Seamless experience from start to finish.", name: "James P.", role: "Traveler", imageSrc: "http://img.b2bpic.net/young-stylish-black-woman-having-fun-park-riding-electric-kick-scooter-summer-fashion-style-colorful-hipster-outfit-wearing-backpack-yellow-sunglasses_285396-8841.jpg"}, { id: "t5", title: "Must Do", quote: "Don't miss the tour. It's the highlight of the trip.", name: "Sara L.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-posing-with-glasses-wine-cake-outdoor-party_23-2149366223.jpg"}, ]} -- 2.49.1