From b3be41b6cbfb33e691edb182368b8fd59654b6fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09f89ac..a24bb7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,77 +28,30 @@ export default function LandingPage() {
@@ -109,56 +62,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "30+", - title: "Years Experience", - items: [ - "Established 1994", - "Industrial Pioneer", - "Trusted Partner", - ], - }, - { - id: "m2", - value: "500+", - title: "Global Clients", - items: [ - "Multi-sector service", - "Fortune 500 partners", - "Long-term success", - ], - }, - { - id: "m3", - value: "1M+", - title: "Tons Produced", - items: [ - "Annual capacity", - "High output volume", - "Consistent quality", - ], - }, - { - id: "m4", - value: "40+", - title: "Countries Served", - items: [ - "International reach", - "Global logistics", - "Strategic trade", - ], - }, - { - id: "m5", - value: "99%", - title: "Quality Rate", - items: [ - "ISO certified", - "Precision testing", - "Zero defect policy", - ], - }, + { id: "m1", value: "30+", title: "Years Experience", items: ["Established 1994", "Industrial Pioneer", "Trusted Partner"] }, + { id: "m2", value: "500+", title: "Global Clients", items: ["Multi-sector service", "Fortune 500 partners", "Long-term success"] }, + { id: "m3", value: "1M+", title: "Tons Produced", items: ["Annual capacity", "High output volume", "Consistent quality"] }, + { id: "m4", value: "40+", title: "Countries Served", items: ["International reach", "Global logistics", "Strategic trade"] }, + { id: "m5", value: "99%", title: "Quality Rate", items: ["ISO certified", "Precision testing", "Zero defect policy"] } ]} title="Decades of Excellence" description="Driving industrial growth with proven reliability and massive production capacity." @@ -167,54 +75,20 @@ export default function LandingPage() {
@@ -227,46 +101,11 @@ export default function LandingPage() { description="Hear from the partners that build the future with our steel." showRating={true} testimonials={[ - { - id: "1", - name: "John Doe", - handle: "@builder", - testimonial: "Unmatched quality and delivery timelines.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=1", - }, - { - id: "2", - name: "Jane Smith", - handle: "@infra", - testimonial: "Ironcore is our go-to for all structural needs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=2", - }, - { - id: "3", - name: "Alex Rivet", - handle: "@mech", - testimonial: "Professional, reliable, and technically superior.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=3", - }, - { - id: "4", - name: "Sarah Beam", - handle: "@arch", - testimonial: "Consistent performance in every delivery.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=4", - }, - { - id: "5", - name: "Mike Steel", - handle: "@const", - testimonial: "Best in the business for large scale projects.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=5", - }, + { id: "1", name: "John Doe", handle: "@builder", testimonial: "Unmatched quality and delivery timelines.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, + { id: "2", name: "Jane Smith", handle: "@infra", testimonial: "Ironcore is our go-to for all structural needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, + { id: "3", name: "Alex Rivet", handle: "@mech", testimonial: "Professional, reliable, and technically superior.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, + { id: "4", name: "Sarah Beam", handle: "@arch", testimonial: "Consistent performance in every delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, + { id: "5", name: "Mike Steel", handle: "@const", testimonial: "Best in the business for large scale projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" } ]} /> @@ -279,31 +118,11 @@ export default function LandingPage() { description="Common inquiries about our steel supply and processes." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "Lead times for orders?", - content: "Varies by volume and customization needs.", - }, - { - id: "f2", - title: "ISO Certification?", - content: "Yes, we are fully ISO 9001 certified.", - }, - { - id: "f3", - title: "International shipping?", - content: "We ship globally to over 40 countries.", - }, - { - id: "f4", - title: "Material specs?", - content: "Available via our detailed technical datasheets.", - }, - { - id: "f5", - title: "Request a quote?", - content: "Use our contact form for a custom assessment.", - }, + { id: "f1", title: "Lead times for orders?", content: "Varies by volume and customization needs." }, + { id: "f2", title: "ISO Certification?", content: "Yes, we are fully ISO 9001 certified." }, + { id: "f3", title: "International shipping?", content: "We ship globally to over 40 countries." }, + { id: "f4", title: "Material specs?", content: "Available via our detailed technical datasheets." }, + { id: "f5", title: "Request a quote?", content: "Use our contact form for a custom assessment." } ]} /> @@ -311,14 +130,8 @@ export default function LandingPage() { -- 2.49.1