From fe12cb56f4fd6fa87bed267aeddc3619ae58fca6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 329 +++++++++-------------------------------------- 1 file changed, 58 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 251c0e7..c456ab3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -292,18 +145,9 @@ export default function LandingPage() { title="Experience & Dedication" description="As your trusted industrial partner, we take immense pride in our craft. Our focus is on technical excellence, attention to detail, and maintaining a high level of customer satisfaction through every stage of our work." metrics={[ - { - value: "24/7", - title: "Support Availability", - }, - { - value: "99.9%", - title: "Reliability Rate", - }, - { - value: "300+", - title: "Active Projects", - }, + { value: "24/7", title: "Support Availability" }, + { value: "99.9%", title: "Reliability Rate" }, + { value: "300+", title: "Active Projects" } ]} imageSrc="http://img.b2bpic.net/free-photo/mature-engineer-young-worker-cooperating-while-going-through-paperwork-work-industrial-facility_637285-4154.jpg" mediaAnimation="slide-up" @@ -315,23 +159,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long do processing services take?", - content: "Our service timelines are optimized for precision, ensuring the highest quality results without unnecessary delays.", - }, - { - id: "f2", - title: "Do you handle large industrial orders?", - content: "Yes, our facility is well-equipped to handle high-volume orders with the same precision and commitment to quality.", - }, - { - id: "f3", - title: "Is your galvanization process durable?", - content: "Our protective coatings are specifically engineered for corrosion resistance, ensuring long-term protection for your equipment.", - }, + { id: "f1", title: "How long do processing services take?", content: "Our service timelines are optimized for precision, ensuring the highest quality results without unnecessary delays." }, + { id: "f2", title: "Do you handle large industrial orders?", content: "Yes, our facility is well-equipped to handle high-volume orders with the same precision and commitment to quality." }, + { id: "f3", title: "Is your galvanization process durable?", content: "Our protective coatings are specifically engineered for corrosion resistance, ensuring long-term protection for your equipment." } ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint-from-gun_23-2149878743.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-spraying-powder-paint-from-gun_23-2149878743.jpg" title="Questions Answered" description="Addressing common inquiries regarding our metal treatment and protection services." faqsAnimation="slide-up" @@ -345,27 +177,11 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "g1", - groupTitle: "Management", - members: [ - { - id: "p1", - title: "John D.", - subtitle: "CEO", - detail: "Leading with a commitment to integrity and quality.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg", - }, - { - id: "p2", - title: "Sarah M.", - subtitle: "Operations Director", - detail: "Ensuring precision across all processing workflows.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-mechanic-businesswoman-wearing-face-masks-while-using-touchpad-repair-shop_637285-10532.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744264.jpg?_wi=4", - imageAlt: "professional project manager industrial", - }, + id: "g1", groupTitle: "Management", members: [ + { id: "p1", title: "John D.", subtitle: "CEO", detail: "Leading with a commitment to integrity and quality.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-industry-expert-stands-high-tech-facility-inspection_482257-126036.jpg" }, + { id: "p2", title: "Sarah M.", subtitle: "Operations Director", detail: "Ensuring precision across all processing workflows.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-mechanic-businesswoman-wearing-face-masks-while-using-touchpad-repair-shop_637285-10532.jpg" } + ] + } ]} title="Meet Our Expert Team" description="Professionals dedicated to technical excellence and delivering high-quality results." @@ -375,48 +191,19 @@ export default function LandingPage() {