From 168d305cad2d72e3f22a50699bcec011863cdd75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eeed7f7..2e684bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,17 +136,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Smart Yarn Sensor", price: "Contact for Quote", variant: "Electronic", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-920.jpg"}, + id: "p1", name: "Smart Yarn Sensor", price: "Request Quote", variant: "Electronic", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-920.jpg"}, { - id: "p2", name: "High-Torque Motor", price: "Contact for Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145929.jpg"}, + id: "p2", name: "High-Torque Motor", price: "Request Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145929.jpg"}, { - id: "p3", name: "Winding Spindle", price: "Contact for Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/photo-rope-texture-pattern_58702-14007.jpg"}, + id: "p3", name: "Winding Spindle", price: "Request Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/photo-rope-texture-pattern_58702-14007.jpg"}, { - id: "p4", name: "Ceramic Guide Roller", price: "Contact for Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-arrangement_23-2149030412.jpg"}, + id: "p4", name: "Ceramic Guide Roller", price: "Request Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-arrangement_23-2149030412.jpg"}, { - id: "p5", name: "Digital Tension Unit", price: "Contact for Quote", variant: "Electronic", imageSrc: "http://img.b2bpic.net/free-photo/remote-control-sound-settings-from-tablet_169016-23468.jpg"}, + id: "p5", name: "Digital Tension Unit", price: "Request Quote", variant: "Electronic", imageSrc: "http://img.b2bpic.net/free-photo/remote-control-sound-settings-from-tablet_169016-23468.jpg"}, { - id: "p6", name: "Machine Frame Bracket", price: "Contact for Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg"}, + id: "p6", name: "Machine Frame Bracket", price: "Request Quote", variant: "Mechanical", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg"}, ]} title="Essential Spare Parts Catalog" description="Explore our comprehensive list of high-compatibility spare parts designed for longevity and performance." -- 2.49.1