Update src/app/about/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
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" },
|
||||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: "#" },
|
||||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: "#" },
|
||||||
@@ -55,7 +52,7 @@ export default function AboutPage() {
|
|||||||
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"
|
||||||
@@ -77,7 +74,7 @@ export default function AboutPage() {
|
|||||||
description="Thermion Inc."
|
description="Thermion Inc."
|
||||||
subdescription="Leading the industry with innovation, precision, and unwavering commitment to quality"
|
subdescription="Leading the industry with innovation, precision, and unwavering commitment to quality"
|
||||||
icon={Sparkles}
|
icon={Sparkles}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-industrial-engineer-or-tech-1772479505903-cc37dba0.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/professional-industrial-engineer-or-tech-1772479505903-cc37dba0.png"
|
||||||
imageAlt="Our team of expert thermal spray technicians"
|
imageAlt="Our team of expert thermal spray technicians"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -92,7 +89,7 @@ export default function AboutPage() {
|
|||||||
description="Committed to Excellence"
|
description="Committed to Excellence"
|
||||||
subdescription="Delivering innovative solutions that extend asset life and improve operational efficiency worldwide"
|
subdescription="Delivering innovative solutions that extend asset life and improve operational efficiency worldwide"
|
||||||
icon={Shield}
|
icon={Shield}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png?_wi=4"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1XdPm7J17R50P9CrKAiQvAjO/close-up-of-corroded-metal-surface-showi-1772479505876-e7d6a456.png"
|
||||||
imageAlt="Advanced thermal coating protection"
|
imageAlt="Advanced thermal coating protection"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -106,29 +103,17 @@ export default function AboutPage() {
|
|||||||
author="Robert Martinez, CEO - Global Manufacturing Consortium"
|
author="Robert Martinez, CEO - Global Manufacturing Consortium"
|
||||||
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"
|
||||||
@@ -140,7 +125,7 @@ export default function AboutPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Join the industry leaders who trust Thermion for their most critical thermal spray applications. Let's discuss how our expertise can drive your success."
|
text="Join the industry leaders who trust Thermion for their most critical thermal spray applications. Let's discuss how our expertise can drive your success."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "fluid" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Partner With Us", href: "/contact" },
|
{ text: "Partner With Us", href: "/contact" },
|
||||||
|
|||||||
Reference in New Issue
Block a user