Update src/app/products/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function ProductsPage() {
|
||||
name: "Asphalt Shingles",
|
||||
price: "Premium Grade",
|
||||
variant: "Architectural & 3-Tab",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2",
|
||||
imageAlt: "asphalt shingles roofing materials"
|
||||
},
|
||||
{
|
||||
@@ -54,7 +54,7 @@ export default function ProductsPage() {
|
||||
name: "Metal Roofing Systems",
|
||||
price: "All Profiles",
|
||||
variant: "Standing Seam & Corrugated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=2",
|
||||
imageAlt: "metal roofing systems"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default function ProductsPage() {
|
||||
name: "Underlayment & Barriers",
|
||||
price: "In Stock",
|
||||
variant: "Synthetic & Felt Options",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protection-gloves-saw-table_23-2148180602.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protection-gloves-saw-table_23-2148180602.jpg?_wi=2",
|
||||
imageAlt: "roofing underlayment and barriers"
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function ProductsPage() {
|
||||
name: "Flashing & Ventilation",
|
||||
price: "Complete Line",
|
||||
variant: "All Applications",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=3",
|
||||
imageAlt: "flashing and ventilation products"
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function ProductsPage() {
|
||||
name: "Commercial Roofing",
|
||||
price: "Bulk Available",
|
||||
variant: "TPO, EPDM, Modified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=2",
|
||||
imageAlt: "commercial roofing materials"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user