From 68fd66decd6deccfe20c54c8ab2e91dd2f7ff981 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 03:56:17 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9cba1cc..dc55f66 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -46,7 +45,7 @@ export default function ProductsPage() { title="Steel for Real Work. Ready When You Are." description="Explore our comprehensive range of steel products, available for quick pickup or reliable delivery." products={[ - { id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=1", imageAlt: "Stacks of structural steel beams" }, + { id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Stacks of structural steel beams" }, { id: "2", name: "Plate & Sheet", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg", imageAlt: "Large stacks of steel plates and sheets" }, { id: "3", name: "Tubing & Pipe", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", imageAlt: "Racks of steel tubing and pipes" }, { id: "4", name: "Rebar & Reinforcement", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/group-steel-rod-tight-by-chain-lift-up-construction-site_1150-10136.jpg", imageAlt: "Coils of rebar for reinforcement" }, @@ -55,7 +54,7 @@ export default function ProductsPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - gridVariant="two-items-per-row" + gridVariant="uniform-all-items-equal" cardClassName="group relative overflow-hidden rounded-xl border border-accent/20 shadow-lg transition-all duration-300 ease-in-out hover:shadow-xl" imageClassName="h-48 w-full object-cover transition-transform duration-300 ease-in-out group-hover:scale-105" cardNameClassName="text-lg font-semibold text-foreground" @@ -67,9 +66,9 @@ export default function ProductsPage() { title="Quality and Reliability You Can Build On" description="Every product we stock meets rigorous standards to ensure your project's success and safety." features={[ - { title: "Certified Materials", description: "All our steel products are sourced from reputable mills and come with full certification.", imageSrc: "https://img.b2bpic.net/free-photo/custom-steel-fabrication-bulk-steel-order-industrial-metal-components-special-steel-shapes.jpg", imageAlt: "Certified steel materials" }, - { title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=2", imageAlt: "Large steel inventory" }, - { title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=4", imageAlt: "Expert staff providing consultation" } + { title: "Certified Materials", description: "All our steel products are sourced from reputable mills and come with full certification.", imageSrc: "https://img.b2bpic.net/free-photo/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17188.jpg", imageAlt: "Certified steel materials" }, + { title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Large steel inventory" }, + { title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Expert staff providing consultation" } ]} textboxLayout="default" animationType="slide-up" @@ -102,7 +101,7 @@ export default function ProductsPage() {