From 88da9b5b76c51910719694d6a7aa43ad019a7302 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:36:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1408 +------------------------------------------- 1 file changed, 6 insertions(+), 1402 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 786d463..7cb28c0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1415 +1,20 @@ import type { Metadata } from "next"; -import { Mulish } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Mie Pedas Torpedo - Mie Pedas Favorit Tenayan Raya Pekanbaru", description: "Mie Pedas Torpedo: Mie pedas terbaik di Tenayan Raya, Pekanbaru. Buka 24 jam, harga terjangkau Rp1.000-Rp25.000. Pesan online sekarang! Rating 5.0 ⭐", keywords: "mie pedas pekanbaru, mie pedas tenayan raya, mie pedas kulim, mie pedas murah, mie pedas 24 jam", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Mie Pedas Torpedo - Mie Pedas Favorit Tenayan Raya", description: "Nikmati mie pedas autentik dengan 10 level kepedasan. Buka 24 jam di Tenayan Raya, Pekanbaru. Harga terjangkau mulai Rp1.000.", siteName: "Mie Pedas Torpedo", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/top-view-colorful-ramen-noodles-chopsticks_23-2148368717.jpg", alt: "Mie Pedas Torpedo"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Mie Pedas Torpedo Pekanbaru", description: "Mie pedas favorit Tenayan Raya - Buka 24 jam, harga terjangkau. Pesan online sekarang!", images: ["http://img.b2bpic.net/free-photo/top-view-colorful-ramen-noodles-chopsticks_23-2148368717.jpg"], - }, -}; + title: "Mie Pedas Torpedo", description: "Mie pedas terbaik di Tenayan Raya dengan harga terjangkau"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -