Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f61722de19 | |||
| 1224b63d56 | |||
| 521bca7b43 | |||
| e479da78b0 | |||
| d86822a261 |
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}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
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: [
|
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"
|
"Smart destination matching algorithm", "Curated local experience guides", "Community recommendations & reviews", "Real-time availability & pricing"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Explore Destinations", href: "#destinations" }]
|
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: [
|
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"
|
"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"
|
animationType="opacity"
|
||||||
|
|||||||
Reference in New Issue
Block a user