Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -52,25 +52,25 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Corrosion-Resistant Material",
|
||||
description: "Premium 304/316 stainless steel formulation withstands extreme weather, salt spray, and industrial environments without degradation. Superior longevity compared to conventional materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Installation Support",
|
||||
description: "Comprehensive technical guidance for both DIY homeowners and professional contractors. Detailed sizing charts, installation videos, and 24/7 phone support included.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Industry-Leading Warranty",
|
||||
description: "30-year material warranty covering manufacturing defects. Extended commercial warranty available. Transferable warranty builds homeowner confidence in durability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fast Reliable Shipping",
|
||||
description: "Direct-to-site delivery for residential orders. Bulk shipment programs for contractors. Same-day order processing and expedited options available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
quote: "We renovated our 1950s home and needed a chimney that would last. ChimneyPro's stainless steel system is beautiful, durable, and the installation support was invaluable. Five years later, zero corrosion or issues.",
|
||||
name: "Margaret Chen",
|
||||
role: "Homeowner, Portland OR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=2",
|
||||
imageAlt: "Margaret Chen",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
||||
quote: "As a general contractor, I specify ChimneyPro on every residential and commercial project. The quality is consistent, pricing is fair, and their account support makes bulk ordering seamless. My clients always ask about the warranty.",
|
||||
name: "James Morrison",
|
||||
role: "General Contractor, Austin TX",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg?_wi=2",
|
||||
imageAlt: "James Morrison",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function AboutPage() {
|
||||
quote: "We specified ChimneyPro chimneys for a coastal commercial project. Two years in salt-spray environment and they're performing flawlessly. The 304/316 stainless composition was exactly what we needed. Highly recommend.",
|
||||
name: "Dr. Linda Vasquez",
|
||||
role: "Structural Engineer, San Diego CA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg?_wi=2",
|
||||
imageAlt: "Dr. Linda Vasquez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg?_wi=2"
|
||||
imageAlt="Professional chimney consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -67,7 +67,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg?_wi=2"
|
||||
imageAlt="Customer support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,27 +1,55 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_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 { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Stainless Steel Chimneys | ChimneyPro",
|
||||
description: "Durable, corrosion-resistant stainless steel chimney systems for residential and commercial properties. 30-year warranty, expert installation support, fast shipping.",
|
||||
keywords: "stainless steel chimneys, chimney systems, residential chimneys, commercial chimneys, corrosion resistant, chimney installation",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Premium Stainless Steel Chimneys Built to Last",
|
||||
description: "Durable, corrosion-resistant chimney systems trusted by homeowners and contractors nationwide. 30-year warranty included.",
|
||||
siteName: "ChimneyPro",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
alt: "Premium stainless steel chimney system",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Premium Stainless Steel Chimneys | ChimneyPro",
|
||||
description: "Durable chimney systems for homes and commercial properties. 30-year warranty.",
|
||||
images: ["http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,7 @@ export default function HomePage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg?_wi=1",
|
||||
imageAlt: "Residential stainless steel chimney installation"
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function HomePage() {
|
||||
price: "$1,299.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=1",
|
||||
imageAlt: "Residential standard chimney system"
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
price: "$3,499.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=1",
|
||||
imageAlt: "Commercial grade chimney system"
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
price: "$5,799.00",
|
||||
rating: 5,
|
||||
reviewCount: "892",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury chimney system"
|
||||
}
|
||||
]}
|
||||
@@ -155,28 +155,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Corrosion-Resistant Material",
|
||||
description: "Premium 304/316 stainless steel formulation withstands extreme weather, salt spray, and industrial environments without degradation. Superior longevity compared to conventional materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=2",
|
||||
imageAlt: "Corrosion-resistant material"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Installation Support",
|
||||
description: "Comprehensive technical guidance for both DIY homeowners and professional contractors. Detailed sizing charts, installation videos, and 24/7 phone support included.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=2",
|
||||
imageAlt: "Expert installation support"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Industry-Leading Warranty",
|
||||
description: "30-year material warranty covering manufacturing defects. Extended commercial warranty available. Transferable warranty builds homeowner confidence in durability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=2",
|
||||
imageAlt: "Industry-leading warranty"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fast Reliable Shipping",
|
||||
description: "Direct-to-site delivery for residential orders. Bulk shipment programs for contractors. Same-day order processing and expedited options available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg?_wi=2",
|
||||
imageAlt: "Fast reliable shipping"
|
||||
}
|
||||
]}
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
title: "Homeowner Bundle",
|
||||
price: "$1,299",
|
||||
period: "one-time",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=3",
|
||||
imageAlt: "Residential chimney bundle",
|
||||
button: { text: "Get Started", href: "#contact" },
|
||||
features: [
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
title: "Contractor Program",
|
||||
price: "$2,899",
|
||||
period: "per system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=3",
|
||||
imageAlt: "Commercial contractor system",
|
||||
button: { text: "Request Quote", href: "#contact" },
|
||||
features: [
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
title: "Enterprise Solution",
|
||||
price: "Custom",
|
||||
period: "quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=3",
|
||||
imageAlt: "Premium enterprise system",
|
||||
button: { text: "Schedule Consultation", href: "#contact" },
|
||||
features: [
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
quote: "We renovated our 1950s home and needed a chimney that would last. ChimneyPro's stainless steel system is beautiful, durable, and the installation support was invaluable. Five years later, zero corrosion or issues.",
|
||||
name: "Margaret Chen",
|
||||
role: "Homeowner, Portland OR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=1",
|
||||
imageAlt: "Margaret Chen"
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
quote: "As a general contractor, I specify ChimneyPro on every residential and commercial project. The quality is consistent, pricing is fair, and their account support makes bulk ordering seamless. My clients always ask about the warranty.",
|
||||
name: "James Morrison",
|
||||
role: "General Contractor, Austin TX",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184904.jpg?_wi=1",
|
||||
imageAlt: "James Morrison"
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function HomePage() {
|
||||
quote: "We specified ChimneyPro chimneys for a coastal commercial project. Two years in salt-spray environment and they're performing flawlessly. The 304/316 stainless composition was exactly what we needed. Highly recommend.",
|
||||
name: "Dr. Linda Vasquez",
|
||||
role: "Structural Engineer, San Diego CA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg?_wi=1",
|
||||
imageAlt: "Dr. Linda Vasquez"
|
||||
},
|
||||
{
|
||||
@@ -348,7 +348,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architect-sat-inspected-building-plan_1150-24378.jpg?_wi=1"
|
||||
imageAlt="Customer support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -398,7 +398,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-manager-shaking-hands-with-new-worker_1139-206.jpg?_wi=1"
|
||||
imageAlt="Professional chimney consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function ProductsPage() {
|
||||
price: "$1,299.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=4",
|
||||
imageAlt: "Residential standard chimney system"
|
||||
},
|
||||
{
|
||||
@@ -66,7 +66,7 @@ export default function ProductsPage() {
|
||||
price: "$3,499.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=4",
|
||||
imageAlt: "Commercial grade chimney system"
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function ProductsPage() {
|
||||
price: "$5,799.00",
|
||||
rating: 5,
|
||||
reviewCount: "892",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=4",
|
||||
imageAlt: "Premium luxury chimney system"
|
||||
}
|
||||
]}
|
||||
@@ -97,21 +97,21 @@ export default function ProductsPage() {
|
||||
id: 1,
|
||||
title: "Premium Stainless Steel Construction",
|
||||
description: "All ChimneyPro systems feature 304/316 grade stainless steel for superior corrosion resistance in any environment. Engineered to withstand coastal salt spray, industrial pollutants, and extreme weather conditions without degradation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=5",
|
||||
imageAlt: "Premium stainless steel construction"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Comprehensive Installation Support",
|
||||
description: "Every purchase includes detailed technical documentation, installation videos, sizing guides, and direct phone support from our expert team. Whether you're a homeowner or contractor, we ensure successful installation the first time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=5",
|
||||
imageAlt: "Installation support materials"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Industry-Best Warranty Protection",
|
||||
description: "30-year material warranty on residential systems, 40-year extended warranty on commercial applications. Our warranty is fully transferable to future property owners, protecting your investment for decades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=5",
|
||||
imageAlt: "Warranty documentation"
|
||||
}
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function ProductsPage() {
|
||||
title: "Homeowner Bundle",
|
||||
price: "$1,299",
|
||||
period: "one-time",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-confronting-alzheimer-disease_23-2149043771.jpg?_wi=6",
|
||||
imageAlt: "Residential chimney bundle",
|
||||
button: { text: "Add to Cart", href: "#" },
|
||||
features: [
|
||||
@@ -150,7 +150,7 @@ export default function ProductsPage() {
|
||||
title: "Contractor Program",
|
||||
price: "$2,899",
|
||||
period: "per system",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg?_wi=6",
|
||||
imageAlt: "Commercial contractor system",
|
||||
button: { text: "Get Volume Discount", href: "#" },
|
||||
features: [
|
||||
@@ -167,7 +167,7 @@ export default function ProductsPage() {
|
||||
title: "Enterprise Solution",
|
||||
price: "Custom",
|
||||
period: "quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-safety-glasses-works-machine-tool_1163-3157.jpg?_wi=6",
|
||||
imageAlt: "Premium enterprise system",
|
||||
button: { text: "Request Custom Quote", href: "#" },
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user