From 3f50d2632c66de303c9ff31400c747b01a10aa4f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:47:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1423 +------------------------------------------- 1 file changed, 18 insertions(+), 1405 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c8f9733..18d9625 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1425 +1,39 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const interTight = Inter_Tight({ - variable: "--font-inter-tight", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Express Tea Cafeteria - Best Chai & Street Food in Sharjah", description: "Authentic Indian chai, samosas, and street food in Sharjah. Fresh ingredients, quick service. Order on WhatsApp. Open 7 AM - 11 PM daily.", keywords: "tea cafeteria Sharjah, chai near me, Indian street food, masala chai, biryani, samosa, express tea, fast food", metadataBase: new URL("https://expressteacafeteria.ae"), - alternates: { - canonical: "https://expressteacafeteria.ae"}, - openGraph: { - title: "Express Tea Cafeteria - Best Chai & Street Food in Sharjah", description: "Authentic Indian chai and traditional street food. Quick service, fresh ingredients. Order on WhatsApp now!", url: "https://expressteacafeteria.ae", siteName: "Express Tea Cafeteria", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg", alt: "Express Tea Cafeteria - Fresh Chai and Snacks"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Express Tea Cafeteria - Best Chai in Sharjah", description: "Authentic Indian chai and street food. Order on WhatsApp!", images: [ - "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Express Tea Cafeteria - Authentic Indian Tea & Street Food in Sharjah", description: "Experience authentic Indian chai, samosas, and traditional street food in Sharjah. Fresh ingredients, quick service, and unforgettable taste."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +