Update src/app/layout.tsx

This commit is contained in:
2026-03-09 16:13:59 +00:00
parent 550030fd69
commit 5fcfa07838

View File

@@ -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,