Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 16:38:16 +00:00
2 changed files with 7 additions and 42 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Anchor by Panasonic | Electrical Products - Parameshwara Enterprises", description: "Premium Anchor by Panasonic electrical switches, sockets, and cables. Authentic products with warranty. Expert consultation and fast delivery. Shop now!", keywords: "Anchor Panasonic, electrical switches, power sockets, electrical products, home electrical, switches online", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Anchor by Panasonic - Electrical Solutions", description: "Discover authentic Anchor by Panasonic electrical products with premium quality and exceptional service", type: "website", siteName: "Parameshwara Enterprises", images: [
{
url: "http://img.b2bpic.net/free-vector/professional-gradient-lighting-installation-electrician-price-list_742173-13134.jpg", alt: "Anchor by Panasonic product range"},
],
},
twitter: {
card: "summary_large_image", title: "Anchor by Panasonic - Quality Electrical Products", description: "Premium electrical switches, sockets, and accessories from Anchor by Panasonic", images: ["http://img.b2bpic.net/free-vector/professional-gradient-lighting-installation-electrician-price-list_742173-13134.jpg"],
},
};
title: "Parameshwara Enterprises - Anchor by Panasonic Electrical Solutions", description: "Premium electrical switches, sockets, and wiring accessories. Authentic Anchor by Panasonic products with fast delivery and expert support."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
title="Our Product Range"
description="Explore our comprehensive collection of Anchor by Panasonic electrical switches, sockets, and accessories designed for durability and modern aesthetics."
description="Affordable pricing without compromising quality—compare our rates and save today. Explore our comprehensive collection of Anchor by Panasonic electrical switches, sockets, and accessories designed for durability and modern aesthetics."
tag="Featured Products"
tagIcon={Package}
tagAnimation="slide-up"