diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 609b276..a8658a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,52 +8,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Electronics Trusted Since 1987 - Liberty Associates", - description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Shop 14,000+ genuine products with flexible EMI, instant availability checks, and fastest support in Udaipur.", - keywords: "electronics retail Udaipur, Samsung authorized dealer, LG appliances, Panasonic AC, IFB products, electronics EMI, home appliances, authorized retailer", - metadataBase: new URL("https://libertyassociates.com"), + title: "Premium Electronics Trusted Since 1987 - Liberty Associates", description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Shop 14,000+ genuine products with flexible EMI, instant availability checks, and fastest support in Udaipur.", keywords: "electronics retail Udaipur, Samsung authorized dealer, LG appliances, Panasonic AC, IFB products, electronics EMI, home appliances, authorized retailer", metadataBase: new URL("https://libertyassociates.com"), alternates: { - canonical: "https://libertyassociates.com", - }, + canonical: "https://libertyassociates.com"}, openGraph: { - title: "Liberty Associates - Premium Electronics Since 1987", - description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Genuine products, flexible EMI, 24/7 support. Shop now!", - url: "https://libertyassociates.com", - siteName: "Liberty Associates", - type: "website", - images: [ + title: "Liberty Associates - Premium Electronics Since 1987", description: "Authorized dealer for Samsung, LG, Panasonic & IFB. Genuine products, flexible EMI, 24/7 support. Shop now!", url: "https://libertyassociates.com", siteName: "Liberty Associates", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg", - alt: "Liberty Associates Electronics Store", - }, + url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg", alt: "Liberty Associates Electronics Store"}, ], }, twitter: { - card: "summary_large_image", - title: "Liberty Associates - Premium Electronics Since 1987", - description: "Authorized dealer for Samsung, LG, Panasonic & IFB with flexible EMI and fast support.", - images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg"], + card: "summary_large_image", title: "Liberty Associates - Premium Electronics Since 1987", description: "Authorized dealer for Samsung, LG, Panasonic & IFB with flexible EMI and fast support.", images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg"], }, robots: { index: true, @@ -1445,4 +1427,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 600f313..83e8a8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,9 +28,7 @@ export default function HomePage() { ]; const navButton = { - text: "Shop Now", - href: "/products", - }; + text: "Shop Now", href: "/products"}; return ( ); -} \ No newline at end of file +}