Update src/app/products/page.tsx
This commit is contained in:
@@ -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