Update src/app/page.tsx

This commit is contained in:
2026-03-02 19:28:42 +00:00
parent 58bc831b21
commit f6fa40c3c0

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
{ label: "Products", href: "/products" }, { label: "Products", href: "/products" },
@@ -33,8 +32,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Technical Specs", href: "#" }, { label: "Technical Specs", href: "#" },
{ label: "Case Studies", href: "#" }, { label: "Case Studies", href: "#" },
{ label: "Industry News", href: "#" }, { label: "Industry News", href: "#" },
@@ -42,8 +40,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" }, { label: "Compliance", href: "#" },
@@ -59,7 +56,7 @@ export default function HomePage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles" sizing="mediumSizeLargeTitles"
background="fluid" background="circleGradient"
cardStyle="gradient-radial" cardStyle="gradient-radial"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -80,37 +77,26 @@ export default function HomePage() {
tag="Industry Leader" tag="Industry Leader"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/an-industrial-thermal-arc-spray-coating--1772479504426-1c68a7dd.png"
imageAlt="Thermal arc spray coating in progress" imageAlt="Thermal arc spray coating in progress"
mediaAnimation="slide-up" mediaAnimation="slide-up"
testimonials={[ testimonials={[
{ {
name: "James Richardson", name: "James Richardson", handle: "Engineering Director, AeroTech Industries", testimonial:
handle: "Engineering Director, AeroTech Industries", "Thermion's thermal spray coatings have extended our component life by 300%. Their precision and expertise are unmatched in the industry.", rating: 5,
testimonial:
"Thermion's thermal spray coatings have extended our component life by 300%. Their precision and expertise are unmatched in the industry.",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-manufacturing-1772479504878-1818f066.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-manufacturing-1772479504878-1818f066.png"},
},
{ {
name: "Maria Gonzalez", name: "Maria Gonzalez", handle: "Operations Manager, Precision Manufacturing Corp", testimonial:
handle: "Operations Manager, Precision Manufacturing Corp", "We've reduced maintenance downtime by 45% since switching to Thermion's coating solutions. The quality is exceptional.", rating: 5,
testimonial:
"We've reduced maintenance downtime by 45% since switching to Thermion's coating solutions. The quality is exceptional.",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-engineer-or--1772479505167-3e18818d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-engineer-or--1772479505167-3e18818d.png"},
},
{ {
name: "David Chen", name: "David Chen", handle: "Chief Engineer, Industrial Solutions Ltd", testimonial:
handle: "Chief Engineer, Industrial Solutions Ltd", "Thermion delivers consistency, reliability, and innovation. They understand complex industrial challenges and provide real solutions.", rating: 5,
testimonial:
"Thermion delivers consistency, reliability, and innovation. They understand complex industrial challenges and provide real solutions.",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-operations-d-1772479505310-caabf737.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-operations-d-1772479505310-caabf737.png"},
},
]} ]}
buttons={[ buttons={[
{ text: "Request Consultation", href: "/contact" }, { text: "Request Consultation", href: "/contact" },
@@ -129,7 +115,7 @@ export default function HomePage() {
description="Thermion Inc." description="Thermion Inc."
subdescription="Setting the standard for industrial coating excellence" subdescription="Setting the standard for industrial coating excellence"
icon={Sparkles} icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png"
imageAlt="Protected metal surface with thermal coating" imageAlt="Protected metal surface with thermal coating"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
useInvertedBackground={true} useInvertedBackground={true}
@@ -148,29 +134,17 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Corrosion Protection", tags: ["Anti-Corrosion", "Long-term Protection"],
title: "Corrosion Protection",
tags: ["Anti-Corrosion", "Long-term Protection"],
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png", imageAlt: "Corrosion-resistant coating demonstration"},
imageAlt: "Corrosion-resistant coating demonstration",
},
{ {
id: "2", id: "2", title: "Wear Resistance Coating", tags: ["Enhanced Durability", "Friction Control"],
title: "Wear Resistance Coating",
tags: ["Enhanced Durability", "Friction Control"],
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/high-friction-industrial-components-show-1772479512549-2492bf48.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/high-friction-industrial-components-show-1772479512549-2492bf48.png", imageAlt: "Wear-resistant coating application"},
imageAlt: "Wear-resistant coating application",
},
{ {
id: "3", id: "3", title: "Thermal Barrier Systems", tags: ["Heat Protection", "High Temperature"],
title: "Thermal Barrier Systems",
tags: ["Heat Protection", "High Temperature"],
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-heat-resistant-application-sh-1772479505785-b3644491.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/industrial-heat-resistant-application-sh-1772479505785-b3644491.png", imageAlt: "Thermal barrier coating system"},
imageAlt: "Thermal barrier coating system",
},
]} ]}
/> />
</div> </div>
@@ -198,29 +172,17 @@ export default function HomePage() {
author="Jennifer Mitchell, VP Operations - Advanced Manufacturing Solutions" author="Jennifer Mitchell, VP Operations - Advanced Manufacturing Solutions"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-manufacturing-1772479504878-1818f066.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-manufacturing-1772479504878-1818f066.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-engineer-or--1772479505167-3e18818d.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-engineer-or--1772479505167-3e18818d.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-operations-d-1772479505310-caabf737.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-an-operations-d-1772479505310-caabf737.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-procurement-o-1772479505746-d48ca0b6.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-procurement-o-1772479505746-d48ca0b6.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-maintenance-d-1772479505838-4f85dea8.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-maintenance-d-1772479505838-4f85dea8.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-facilities-or-1772479505193-1ecd9a9b.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-portrait-of-a-facilities-or-1772479505193-1ecd9a9b.png", alt: "Customer testimonial avatar"},
alt: "Customer testimonial avatar",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -238,24 +200,9 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"AeroTech Industries", "AeroTech Industries", "Precision Manufacturing", "Industrial Solutions", "Advanced Systems Corp", "Global Engineering", "NextGen Manufacturing", "TechFlow Systems", "Apex Industrial"]}
"Precision Manufacturing",
"Industrial Solutions",
"Advanced Systems Corp",
"Global Engineering",
"NextGen Manufacturing",
"TechFlow Systems",
"Apex Industrial",
]}
logos={[ logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-company-logo-suitab-1772479505542-1ea54a4e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-company-logo-suitab-1772479505542-1ea54a4e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-company-logo-for-in-1772479505630-6147852c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-suitable-for-h-1772479505441-55009161.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-logo-for-industrial-1772479505388-6f569f3d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-for-manufactur-1772479504974-231c6f6c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-branding-logo-for-heavy-ind-1772479505720-d9a6b372.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-suitable-for-i-1772479504596-b54f2df0.png"]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-company-logo-for-in-1772479505630-6147852c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-suitable-for-h-1772479505441-55009161.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/generic-professional-logo-for-industrial-1772479505388-6f569f3d.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-for-manufactur-1772479504974-231c6f6c.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-branding-logo-for-heavy-ind-1772479505720-d9a6b372.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-company-logo-suitable-for-i-1772479504596-b54f2df0.png",
]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />
@@ -265,7 +212,7 @@ export default function HomePage() {
<ContactText <ContactText
text="Ready to optimize your components with advanced thermal spray coatings? Contact our experts today for a consultation and discover how Thermion can transform your industrial operations." text="Ready to optimize your components with advanced thermal spray coatings? Contact our experts today for a consultation and discover how Thermion can transform your industrial operations."
animationType="entrance-slide" animationType="entrance-slide"
background={{ variant: "fluid" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Schedule Consultation", href: "/contact" }, { text: "Schedule Consultation", href: "/contact" },