feat(layout): update metadata title and description for improved clarity

This commit is contained in:
2026-03-12 19:17:32 +01:00
parent ef9b277396
commit aa24c1d4c6

View File

@@ -6,13 +6,13 @@ import "currency-flags/dist/currency-flags.min.css";
import { SmoothScrollProvider } from "@/components/providers/smooth-scroll-provider"; import { SmoothScrollProvider } from "@/components/providers/smooth-scroll-provider";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "NexCurrency | Modern Currency & Crypto Converter", title: "Fiat & Crypto Converter | Real-Time Exchange Rates",
description: 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({ export default function RootLayout({
children children,
}: Readonly<{ }: Readonly<{
children: React.ReactNode; children: React.ReactNode;
}>) { }>) {