Merge version_2 into main #4
1416
src/app/layout.tsx
1416
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -76,23 +76,23 @@ export default function NomadTrailPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "ai-itinerary", label: "AI Itinerary", title: "Generate Perfect Itineraries in Seconds", items: [
|
||||
"Personalized based on interests & budget", "Real-time activity recommendations", "Flexible scheduling & durations", "Weather & local event integration"
|
||||
],
|
||||
buttons: [{ text: "Learn More", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "destination-discovery", label: "Discovery", title: "Explore Hidden Gems & Popular Destinations", items: [
|
||||
"Smart destination matching algorithm", "Curated local experience guides", "Community recommendations & reviews", "Real-time availability & pricing"
|
||||
],
|
||||
buttons: [{ text: "Explore Destinations", href: "#destinations" }]
|
||||
},
|
||||
{
|
||||
id: "ai-itinerary", label: "AI Itinerary", title: "Generate Perfect Itineraries in Seconds", items: [
|
||||
"Personalized based on interests & budget", "Real-time activity recommendations", "Flexible scheduling & durations", "Weather & local event integration"
|
||||
],
|
||||
buttons: [{ text: "Create Itinerary", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "budget-management", label: "Budget", title: "Smart Budget Tracking & Optimization", items: [
|
||||
"Real-time expense tracking", "Multi-currency support with live rates", "Budget alerts & optimization tips", "Detailed cost breakdown analytics"
|
||||
],
|
||||
buttons: [{ text: "View Pricing", href: "#pricing" }]
|
||||
buttons: [{ text: "Manage Budget", href: "#pricing" }]
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
|
||||
Reference in New Issue
Block a user