From 5fcfa078386debc85a9d26e4e3bbe29f707ee6fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:13:59 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,