diff --git a/app/layout.tsx b/app/layout.tsx index 0802fc1..2a09b56 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,13 +6,13 @@ import "currency-flags/dist/currency-flags.min.css"; import { SmoothScrollProvider } from "@/components/providers/smooth-scroll-provider"; export const metadata: Metadata = { - title: "NexCurrency | Modern Currency & Crypto Converter", + title: "Fiat & Crypto Converter | Real-Time Exchange Rates", description: - "Convert fiat and crypto assets instantly with live rates, smart formatting, and a premium modern interface." + "Instantly convert fiat and crypto currencies with real-time exchange rates. Fast, simple, open-source currency converter with multi-currency results.", }; export default function RootLayout({ - children + children, }: Readonly<{ children: React.ReactNode; }>) {