Update src/app/layout.tsx

This commit is contained in:
2026-03-05 12:03:38 +00:00
parent 64071f8d0d
commit 990d4c8ddc

View File

@@ -1,11 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "HomeWish - Premium Furniture & Home Decor", description: "Discover premium furniture, stylish home decor, and delightful toys. Create your dream home with HomeWish."};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,