From 154999818a045023699c44eed46857473b47ad49 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:39:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 944ad34..7c1adde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,6 @@ export default function LandingPage() { name: "Contact", id: "contact"}, ]} brandName="M P Industrial" - button={{ - text: "Get Quote", href: "mailto:mpindust@gmail.com" - }} /> @@ -50,8 +47,6 @@ export default function LandingPage() { logoText="M P Industrial Suppliers" description="Industrial Strength. Trusted Supply. Your reliable partner for pipes & hardware in Coimbatore." buttons={[ - { - text: "Get Quote", href: "mailto:mpindust@gmail.com"}, { text: "WhatsApp Us", href: "https://wa.me/916380597966"}, ]} @@ -87,17 +82,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Industrial Pipes", price: "Contact for pricing", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/top-view-drinking-tip-straw-collection_23-2148339452.jpg?_wi=1"}, + id: "1", name: "Industrial Pipes", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/top-view-drinking-tip-straw-collection_23-2148339452.jpg?_wi=1"}, { - id: "2", name: "Steel Fittings", price: "Contact for pricing", variant: "Precision Fit", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-136.jpg?_wi=1"}, + id: "2", name: "Steel Fittings", variant: "Precision Fit", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-136.jpg?_wi=1"}, { - id: "3", name: "Valves & Controls", price: "Contact for pricing", variant: "High Pressure", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg?_wi=1"}, + id: "3", name: "Valves & Controls", variant: "High Pressure", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg?_wi=1"}, { - id: "4", name: "Hardware Tools", price: "Contact for pricing", variant: "Standard Grade", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1"}, + id: "4", name: "Hardware Tools", variant: "Standard Grade", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1"}, { - id: "5", name: "Bulk Components", price: "Contact for pricing", variant: "Volume Order", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipes-put-together_1112-903.jpg"}, + id: "5", name: "Bulk Components", variant: "Volume Order", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipes-put-together_1112-903.jpg"}, { - id: "6", name: "Specialty Fasteners", price: "Contact for pricing", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg"}, + id: "6", name: "Specialty Fasteners", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg"}, ]} title="Our Industrial Products" description="Premium pipes, fittings, and hardware components sourced for Coimbatore's industrial sector." @@ -113,7 +108,7 @@ export default function LandingPage() { { id: "f1", title: "Trusted Dealer", subtitle: "Decades of reliability in the Coimbatore industrial sector.", category: "Trust", value: "100%"}, { - id: "f2", title: "Competitive Pricing", subtitle: "Direct sourcing ensures the best rates for all your hardware needs.", category: "Value", value: "Best"}, + id: "f2", title: "Competitive Sourcing", subtitle: "Direct sourcing ensures the best quality materials for all your hardware needs.", category: "Value", value: "Best"}, { id: "f3", title: "Fast Supply", subtitle: "Dedicated delivery team ensuring your inventory is replenished promptly.", category: "Speed", value: "Fast"}, { @@ -152,7 +147,7 @@ export default function LandingPage() { variant: "plain"}} tag="Inquire" title="Send an Inquiry" - description="Need a quote or hardware consultation? Fill out the form below." + description="Need a consultation regarding our industrial products? Fill out the form below." inputPlaceholder="Enter your requirements" buttonText="Send Inquiry" onSubmit={(email) => window.location.href = `mailto:mpindust@gmail.com?subject=Inquiry&body=${email}`}