From 48d716df857bff1169c2efa2cd680ef48b37c704 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 00:56:37 +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 951c4eb..1a10ec9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Osogbo Dining | Elegant Experiences', - description: 'Experience the finest dining in Osogbo. Perfect for dates, celebrations, and culinary adventures.', + title: 'Webild - Elevate Your Space', + description: 'Discover our curated collection of premium designs and elevate your living space.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); -- 2.49.1