Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-23 21:56:10 +00:00

View File

@@ -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"},
]}