diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 206845a..eb7a2b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,