Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user