From 860b8f4961f45b6d782e462894ea7045517b5f12 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 07:39:14 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 116 +++++++++------------------------------ 1 file changed, 25 insertions(+), 91 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 0696158..10f46c9 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -65,49 +51,20 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + animationType="slide-up" products={[ { - id: "gallery-item-1", - name: "High-Visibility on Trucks", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-cross-street_158595-867.jpg", - imageAlt: "Reflective tape on a moving truck at night", - }, + id: "gallery-item-1", name: "High-Visibility on Trucks", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-man-cross-street_158595-867.jpg", imageAlt: "Reflective tape on a moving truck at night"}, { - id: "gallery-item-2", - name: "Steel Production Floor", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4648.jpg", - imageAlt: "Factory floor with stacked steel sheets", - }, + id: "gallery-item-2", name: "Steel Production Floor", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4648.jpg", imageAlt: "Factory floor with stacked steel sheets"}, { - id: "gallery-item-3", - name: "Custom Reflective Designs", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/colourful-circles-water-waves-top-view_23-2148358190.jpg", - imageAlt: "Colorful reflective decorative tape close up", - }, + id: "gallery-item-3", name: "Custom Reflective Designs", price: "", imageSrc: "http://img.b2bpic.net/free-photo/colourful-circles-water-waves-top-view_23-2148358190.jpg", imageAlt: "Colorful reflective decorative tape close up"}, { - id: "gallery-item-4", - name: "Dumper Safety Marking", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-working-construction-industry_23-2151349655.jpg", - imageAlt: "Dumper truck with reflective safety tape", - }, + id: "gallery-item-4", name: "Dumper Safety Marking", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-working-construction-industry_23-2151349655.jpg", imageAlt: "Dumper truck with reflective safety tape"}, { - id: "gallery-item-5", - name: "Architectural Steel Structures", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/inside-famous-brookfield-place-toronto-canada_181624-6947.jpg", - imageAlt: "Steel beam installation at a construction site", - }, + id: "gallery-item-5", name: "Architectural Steel Structures", price: "", imageSrc: "http://img.b2bpic.net/free-photo/inside-famous-brookfield-place-toronto-canada_181624-6947.jpg", imageAlt: "Steel beam installation at a construction site"}, { - id: "gallery-item-6", - name: "Quality Control & Packaging", - price: "", - imageSrc: "http://img.b2bpic.net/free-photo/arranging-order-deliveries-using-invoice-identification-codes_482257-83415.jpg", - imageAlt: "Reflective tape product packaging in a warehouse", - }, + id: "gallery-item-6", name: "Quality Control & Packaging", price: "", imageSrc: "http://img.b2bpic.net/free-photo/arranging-order-deliveries-using-invoice-identification-codes_482257-83415.jpg", imageAlt: "Reflective tape product packaging in a warehouse"} ]} title="Visualizing Excellence: Our Products in Action" description="Explore a visual showcase of our reflective tapes and steel products, highlighting their quality, application, and impact in real-world industrial settings." @@ -118,37 +75,20 @@ export default function LandingPage() {