Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-15 10:48:21 +00:00
4 changed files with 51 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ export default function ContactPage() {
inputPlaceholder="Enter your email"
buttonText="Send Inquiry"
termsText="We'll respond within 24 hours. Your privacy is important to us."
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg"
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg?_wi=3"
imageAlt="professional hardware store contact location map"
/>
</div>

View File

@@ -1,28 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vraj Hardware - Premium Hardware & Building Materials Store in Surat",
description: "Trusted local hardware supplier in Surat with quality tools, construction materials, plumbing supplies, and electrical items. Expert staff. Competitive pricing. Open daily.",
keywords: "hardware store Surat, building materials store, tools supplier Surat, plumbing hardware, electrical supplies, construction materials, Mota Varachha hardware",
metadataBase: new URL("https://vrajhardware.com"),
alternates: {
canonical: "https://vrajhardware.com",
},
openGraph: {
title: "Vraj Hardware - Your Trusted Local Hardware Store in Surat",
description: "Premium quality hardware, tools, and building materials for contractors, builders, and homeowners. Expert staff ready to help.",
url: "https://vrajhardware.com",
siteName: "Vraj Hardware",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg",
alt: "Vraj Hardware Store Interior",
},
],
},
twitter: {
card: "summary_large_image",
title: "Vraj Hardware - Trusted Hardware Store Surat",
description: "Quality tools, building materials, plumbing & electrical supplies. Expert local service.",
images: [
"http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -105,7 +105,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg"
imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=1"
imageAlt="Vraj Hardware store interior with tools and materials"
/>
</div>
@@ -414,7 +414,7 @@ export default function HomePage() {
inputPlaceholder="Enter your email"
buttonText="Send Inquiry"
termsText="We'll respond within 24 hours. Your privacy is important to us."
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg"
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg?_wi=1"
imageAlt="professional hardware store contact location map"
/>
</div>

View File

@@ -100,7 +100,7 @@ export default function ProductsPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg"
imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=2"
imageAlt="Vraj Hardware premium products display"
/>
</div>
@@ -209,7 +209,7 @@ export default function ProductsPage() {
inputPlaceholder="Enter your email"
buttonText="Send Inquiry"
termsText="We'll provide detailed product recommendations within 24 hours."
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg"
imageSrc="http://img.b2bpic.net/free-photo/concentration-champion-package-app-winning_1134-1342.jpg?_wi=2"
imageAlt="expert product consultation service"
/>
</div>