Update src/app/gallery/page.tsx
This commit is contained in:
@@ -50,13 +50,13 @@ const GalleryPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "metal-1", name: "Modern Metal Roof - Tampa", price: "Metal Installation", variant: "Standing seam system with skylight integration", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "Modern metal roof installation in Tampa"},
|
||||
id: "metal-1", name: "Modern Metal Roof - Tampa", price: "Metal Installation", variant: "Standing seam system with skylight integration", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=3", imageAlt: "Modern metal roof installation in Tampa"},
|
||||
{
|
||||
id: "shingle-1", name: "Hurricane-Ready Shingles - Miami", price: "Shingle Installation", variant: "Premium architectural shingles with reinforced fastening", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", imageAlt: "Shingle roof installation in Miami"},
|
||||
id: "shingle-1", name: "Hurricane-Ready Shingles - Miami", price: "Shingle Installation", variant: "Premium architectural shingles with reinforced fastening", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg?_wi=3", imageAlt: "Shingle roof installation in Miami"},
|
||||
{
|
||||
id: "metal-2", name: "Luxury Metal Roof - Naples", price: "Metal Installation", variant: "Custom metallic finish with precision detailing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg", imageAlt: "Luxury metal roof in Naples"},
|
||||
id: "metal-2", name: "Luxury Metal Roof - Naples", price: "Metal Installation", variant: "Custom metallic finish with precision detailing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg?_wi=2", imageAlt: "Luxury metal roof in Naples"},
|
||||
{
|
||||
id: "storm-1", name: "Storm Damage Restoration - Fort Myers", price: "Damage Recovery", variant: "Complete roof replacement following hurricane damage", imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg", imageAlt: "Storm damage restoration project"},
|
||||
id: "storm-1", name: "Storm Damage Restoration - Fort Myers", price: "Damage Recovery", variant: "Complete roof replacement following hurricane damage", imageSrc: "http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg?_wi=3", imageAlt: "Storm damage restoration project"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user