Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f135c7c45e | |||
| 5fcfa07838 | |||
| 550030fd69 |
@@ -1,11 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "@/styles/globals.css";
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "NomadTrail - AI-Powered Travel Planning", description: "Plan your perfect trip with AI. Generate personalized itineraries, discover destinations, and manage travel budgets effortlessly."};
|
title: "NomadTrail - AI-Powered Travel Planning", description: "Plan your perfect trip with NomadTrail's AI. Generate personalized itineraries, discover destinations, and manage budgets effortlessly."};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -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: "Manage Budget", href: "#pricing" }]
|
buttons: [{ text: "View Pricing", href: "#pricing" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="opacity"
|
animationType="opacity"
|
||||||
@@ -190,6 +190,7 @@ export default function NomadTrailPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={35}
|
speed={35}
|
||||||
|
buttons={[{ text: "Join These Travelers", href: "#cta" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user