Merge version_3 into main #5
@@ -1,11 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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({
|
||||
children,
|
||||
|
||||
@@ -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: "Manage Budget", href: "#pricing" }]
|
||||
buttons: [{ text: "View Pricing", href: "#pricing" }]
|
||||
}
|
||||
]}
|
||||
animationType="opacity"
|
||||
@@ -190,6 +190,7 @@ export default function NomadTrailPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={35}
|
||||
buttons={[{ text: "Join These Travelers", href: "#cta" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user