Merge version_1 into main #1
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
description="Sajid Steel Welding & Aluminum Works was founded with a passion for delivering excellence in metalwork fabrication. Over the years, we have built a reputation for reliability, innovation, and customer-centric service. Our workshop in Dehra Dun is equipped with modern machinery and staffed by highly skilled professionals who take pride in every project they undertake. We believe that quality metalwork is not just about precision—it's about creating lasting relationships with our clients and delivering solutions that stand the test of time."
|
||||
tag="Our Heritage"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg?_wi=3"
|
||||
imageAlt="Sajid Steel facility and workshop"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
||||
tag="What We Offer"
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-senior-engineer-reading-paperwork_482257-119565.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-senior-engineer-reading-paperwork_482257-119565.jpg?_wi=1"
|
||||
imageAlt="Professional metalwork service"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -147,7 +147,7 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer-about" data-section="footer-about">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=3"
|
||||
imageAlt="Sajid Steel workspace"
|
||||
logoText="Sajid Steel"
|
||||
copyrightText="© 2025 Sajid Steel Welding & Aluminum Works. All rights reserved."
|
||||
|
||||
@@ -114,7 +114,7 @@ export default function ContactPage() {
|
||||
tag="Get in Touch"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg?_wi=4"
|
||||
imageAlt="Sajid Steel workshop facility"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -151,7 +151,7 @@ export default function ContactPage() {
|
||||
tag="Our Expertise"
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-senior-engineer-reading-paperwork_482257-119565.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-senior-engineer-reading-paperwork_482257-119565.jpg?_wi=2"
|
||||
imageAlt="Professional metalwork consultation"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -182,7 +182,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer-contact" data-section="footer-contact">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg?_wi=4"
|
||||
imageAlt="Sajid Steel workspace"
|
||||
logoText="Sajid Steel"
|
||||
copyrightText="© 2025 Sajid Steel Welding & Aluminum Works. All rights reserved."
|
||||
|
||||
@@ -1,28 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } 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 { Open_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 inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sajid Steel - Premium Steel Welding & Aluminum Works",
|
||||
description: "Professional stainless steel railings, gates, grills, school furniture, and teen shades in Dehra Dun. Custom metalwork with precision craftsmanship.",
|
||||
keywords: "steel welding, aluminum fabrication, stainless steel railings, decorative gates, school furniture, teen shades, Dehra Dun, metalwork, custom fabrication",
|
||||
metadataBase: new URL("https://sajidsteel.com"),
|
||||
alternates: {
|
||||
canonical: "https://sajidsteel.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Sajid Steel - Professional Metalwork Solutions",
|
||||
description: "Premium stainless steel and aluminum products crafted with precision and expertise.",
|
||||
url: "https://sajidsteel.com",
|
||||
siteName: "Sajid Steel Welding & Aluminum Works",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://sajidsteel.com/og-image.jpg",
|
||||
alt: "Sajid Steel Workshop",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sajid Steel - Premium Steel Welding & Aluminum Works",
|
||||
description: "Custom metalwork solutions for residential and commercial projects.",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -100,7 +100,7 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg?_wi=1",
|
||||
imageAlt: "professional steel welding workshop industrial",
|
||||
},
|
||||
]}
|
||||
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
description="Sajid Steel Welding & Aluminum Works has been serving the Dehra Dun community with premium metalwork solutions since our establishment. Located at EWS 249, MDDA Colony, Chander Road, we specialize in custom fabrication of stainless steel railings, decorative gates, protective grills, durable school furniture, and innovative teen shades. Our team of skilled professionals combines traditional craftsmanship with modern fabrication techniques to deliver products that exceed expectations."
|
||||
tag="About Us"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg?_wi=1"
|
||||
imageAlt="modern industrial welding workshop interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.8,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg?_wi=1",
|
||||
imageAlt: "stainless steel railing modern design",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.9,
|
||||
reviewCount: "31",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg?_wi=1",
|
||||
imageAlt: "modern steel gate design entrance",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.7,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg?_wi=1",
|
||||
imageAlt: "steel window grill security design",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.8,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg?_wi=1",
|
||||
imageAlt: "modern school furniture classroom setup",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.6,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=1",
|
||||
imageAlt: "modern aluminum awning tent shade structure",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.9,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4650.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4650.jpg?_wi=1",
|
||||
imageAlt: "custom metal design workshop creation",
|
||||
},
|
||||
]}
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
tag="Our Advantages"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wall-stone-texture_23-2148132235.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wall-stone-texture_23-2148132235.jpg?_wi=1"
|
||||
imageAlt="Durable stainless steel products"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -268,37 +268,37 @@ export default function HomePage() {
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Raj Kumar Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg?_wi=2",
|
||||
imageAlt: "Raj Kumar Singh - Building Contractor",
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-143.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma - Interior Designer",
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Arvind Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg?_wi=2",
|
||||
imageAlt: "Arvind Mehta - Architect",
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Dr. Neha Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg?_wi=2",
|
||||
imageAlt: "Dr. Neha Verma - School Principal",
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Vikram Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg?_wi=2",
|
||||
imageAlt: "Vikram Patel - Project Manager",
|
||||
},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Anjali Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg?_wi=2",
|
||||
imageAlt: "Anjali Desai - Business Owner",
|
||||
},
|
||||
]}
|
||||
@@ -326,7 +326,7 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=2"
|
||||
imageAlt="Sajid Steel workspace"
|
||||
logoText="Sajid Steel"
|
||||
copyrightText="© 2025 Sajid Steel Welding & Aluminum Works. All rights reserved."
|
||||
|
||||
@@ -98,7 +98,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.8,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-with-rusty-surface_23-2148814156.jpg?_wi=3",
|
||||
imageAlt: "Premium stainless steel railing",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.9,
|
||||
reviewCount: "31",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/black-white-iron-gates-fences-set_1284-51355.jpg?_wi=3",
|
||||
imageAlt: "Modern decorative steel gate",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.7,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg?_wi=3",
|
||||
imageAlt: "Professional steel window grill",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.8,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-classroom-school_23-2150911437.jpg?_wi=3",
|
||||
imageAlt: "Modern institutional school furniture",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.6,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5465.jpg?_wi=4",
|
||||
imageAlt: "Professional aluminum shade structure",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function ProductsPage() {
|
||||
price: "Custom Quotes",
|
||||
rating: 4.9,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4650.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4650.jpg?_wi=2",
|
||||
imageAlt: "Custom metal fabrication work",
|
||||
},
|
||||
]}
|
||||
@@ -164,7 +164,7 @@ export default function ProductsPage() {
|
||||
tag="Our Advantages"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wall-stone-texture_23-2148132235.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wall-stone-texture_23-2148132235.jpg?_wi=2"
|
||||
imageAlt="Durable stainless steel products"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
@@ -244,7 +244,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer-products" data-section="footer-products">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpentry-concept-with-man-working-wood_23-2147773339.jpg?_wi=3"
|
||||
imageAlt="Sajid Steel workspace"
|
||||
logoText="Sajid Steel"
|
||||
copyrightText="© 2025 Sajid Steel Welding & Aluminum Works. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user