Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-24 22:39:24 +00:00

View File

@@ -30,21 +30,9 @@ export default function AboutPage() {
},
{
name: "About", id: "/about"
},
{
name: "Services", id: "/services"
},
{
name: "Portfolio", id: "/portfolio"
},
{
name: "Insights", id: "/insights"
},
{
name: "Contact", id: "/contact"
}
]}
brandName="MTL Labs"
brandName="LuxeWear"
/>
</div>
@@ -52,9 +40,13 @@ export default function AboutPage() {
<SplitAbout
textboxLayout="default"
useInvertedBackground={true}
title="The MTL Labs Philosophy"
description="We didn't just want to build a brand; we wanted to build a lab. A place for continuous exploration and refinement in design, fashion, and digital creation. Our philosophy centers on pushing the boundaries of what's possible, transforming concepts into tangible, impactful experiences."
bulletPoints={[]}
title="Our Philosophy: The Art of Dressing"
description="At LuxeWear, we believe fashion is an expression of self. Our philosophy is to create apparel that empowers you, blending innovative design with exceptional comfort and quality that stands the test of time."
bulletPoints={[
{ title: "Innovation in Fabric", description: "Continuously seeking and developing new textiles for comfort and durability." },
{ title: "Sustainable Practices", description: "Committed to ethical sourcing and eco-friendly production methods." },
{ title: "Timeless Elegance", description: "Designing pieces that transcend trends, offering enduring style." }
]}
mediaAnimation="opacity"
/>
</div>
@@ -62,21 +54,21 @@ export default function AboutPage() {
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet the Minds Behind the Lab"
tag="Our Innovators"
title="Meet the Visionaries Behind LuxeWear"
tag="Our Dedicated Team"
membersAnimation="slide-up"
members={[
{
id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png", imageAlt: "Alexandre Dubois"
id: "member-1", name: "Alexandre Dubois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-diverse-team--1774391289896-91bd3cc0.png", imageAlt: "Lead Designer Alexandre Dubois"
},
{
id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png", imageAlt: "Sophia Rodriguez"
id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-another-diverse-1774391288834-a8fb0265.png", imageAlt: "Textile Specialist Sophia Rodriguez"
},
{
id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png", imageAlt: "Omar Khan"
id: "member-3", name: "Omar Khan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-third-diverse-1774391288586-87babd60.png", imageAlt: "Marketing Director Omar Khan"
},
{
id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png", imageAlt: "Isabelle Chen"
id: "member-4", name: "Isabelle Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPWWFF8pRrMe60nPv2rwJfkU6c/professional-headshot-of-a-fourth-divers-1774391287834-7d7e1a7b.png", imageAlt: "Operations Manager Isabelle Chen"
}
]}
memberVariant="card"
@@ -87,9 +79,9 @@ export default function AboutPage() {
<FooterBase
columns={[
{
title: "About MTL Labs", items: [
title: "About LuxeWear", items: [
{
label: "MTL Labs: Experimentation and design from Montreal.", href: "#"
label: "LuxeWear: Crafting timeless fashion with a Montreal spirit.", href: "#"
},
{
label: "Instagram", href: "https://instagram.com/mtllabs"
@@ -105,7 +97,7 @@ export default function AboutPage() {
label: "About", href: "/about"
},
{
label: "Portfolio", href: "/portfolio"
label: "Portfolio", href: "#"
}
]
},
@@ -118,13 +110,13 @@ export default function AboutPage() {
label: "Terms of Service", href: "#"
},
{
label: "hello@mtllabs.com", href: "mailto:hello@mtllabs.com"
label: "hello@luxewear.com", href: "mailto:hello@luxewear.com"
}
]
}
]}
logoText="MTL Labs"
copyrightText="© 2024 MTL Labs | All rights reserved."
logoText="LuxeWear"
copyrightText="© 2024 LuxeWear | All rights reserved."
/>
</div>
</ReactLenis>