From 5e0e9a8486f31e75837d5c15143c549dbc04b91f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:34:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1414 +------------------------------------------- 1 file changed, 6 insertions(+), 1408 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9724ae6..fb6d215 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1421 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { DM_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const dmSans = DM_Sans({ - variable: "--font-dm-sans", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "ভূতের বাড়ি - Best Restaurant in Bailey Fiesta, Dhaka | Order Online", description: "Authentic biryani, kabsa, pizza & more at ভূতের বাড়ি restaurant in Bailey Fiesta Mall, Dhaka. Order online, call 📞, or visit us. Free delivery available!", keywords: "bhooter bari dhaka, bhooter bari restaurant, restaurant near bailey fiesta, best biryani dhaka, kabsa dhaka, pizza bhoot special, dhaka food delivery", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "ভূতের বাড়ি - Authentic Dining in Dhaka", description: "Experience authentic flavors at ভূতের বাড়ি. Arabian Kabsa, Kachchi, Pizza & more. Located in Bailey Fiesta Shopping Mall, Dhaka.", url: "https://bhooterbari.com", siteName: "ভূতের বাড়ি", images: [ - { - url: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-rice-with-green-leaves-beans-meat-inside-plate-dark-desk_179666-27277.jpg", alt: "ভূতের বাড়ি Signature Dishes"}, - ], - type: "website"}, - twitter: { - card: "summary_large_image", title: "ভূতের বাড়ি Restaurant - Best Food in Dhaka", description: "Order authentic biryani, kabsa & pizza online. Free delivery & takeaway available.", images: ["http://img.b2bpic.net/free-photo/top-view-tasty-cooked-rice-with-green-leaves-beans-meat-inside-plate-dark-desk_179666-27277.jpg"], - }, -}; + title: "ভূতের বাড়ি – Dhaka's Best Restaurant", description: "Experience authentic flavors at ভূতের বাড়ি. Located in Bailey Fiesta Shopping Mall, Dhaka. Serving Arabian Kabsa, Pizza, Biryani, and more. Order now!"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -