4 Commits

Author SHA1 Message Date
cfcdd7d648 Update src/app/page.tsx 2026-04-23 21:56:03 +00:00
6fa9db5c66 Merge version_2 into main
Merge version_2 into main
2026-04-23 21:53:39 +00:00
6767ba89cc Update src/app/page.tsx 2026-04-23 21:53:36 +00:00
f87fc9c394 Merge version_1 into main
Merge version_1 into main
2026-04-23 21:49:43 +00:00

View File

@@ -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: 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: "Full-day immersive city tour", 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"},
]}
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}