From d60a8a01c0b4fe175314f4098fa2a4297f146d4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:22:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1435 +------------------------------------------- 1 file changed, 10 insertions(+), 1425 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 138e7a5..76fbff5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1434 +1,20 @@ -import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } 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"], -}); +import type { Metadata } from 'next'; export const metadata: Metadata = { - title: "LuxeGadgets - Premium Mobile Accessories & Electronics in Mozambique", - description: "Shop premium mobile cases, screen protectors, LED gadgets, and electronics online. Secure payments via eMola & M-Pesa. Fast delivery across Mozambique.", - keywords: "mobile cases, screen protectors, LED gadgets, electronics, Mozambique, eMola, M-Pesa, phone accessories", - metadataBase: new URL("https://luxegadgets.co.mz"), - alternates: { - canonical: "https://luxegadgets.co.mz", - }, - openGraph: { - title: "LuxeGadgets - Premium Electronics & Mobile Accessories", - description: "Discover luxury mobile accessories and cutting-edge electronic gadgets. Secure shopping with eMola & M-Pesa payment options.", - url: "https://luxegadgets.co.mz", - siteName: "LuxeGadgets", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-jacket_285396-10946.jpg", - alt: "LuxeGadgets Premium Products", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "LuxeGadgets - Premium Mobile Accessories", - description: "Shop luxury phone cases, screen protectors, and LED gadgets online.", - images: ["http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4690.jpg"], - }, - robots: { - index: true, - follow: true, - }, + title: 'LuxeGadgets - Premium Mobile Accessories & Electronic Gadgets', + description: 'Shop premium mobile cases, screen protectors, and cutting-edge electronic gadgets. Secure payments via eMola and M-Pesa. Fast delivery across Mozambique.', + keywords: 'mobile accessories, phone cases, screen protectors, LED gadgets, electronic accessories, Mozambique', }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -