Merge version_1 into main #5
@@ -2,14 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Hammer, Flask } from 'lucide-react';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
@@ -60,14 +54,7 @@ export default function AboutPage() {
|
||||
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: "Experimentation", description: "Our core belief is in iterative design and continuous improvement.", icon: Flask
|
||||
},
|
||||
{
|
||||
title: "Craftsmanship", description: "Meticulous attention to detail in every aspect of our work.", icon: Hammer
|
||||
}
|
||||
]}
|
||||
bulletPoints={[]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user