Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec20468be9 | |||
| 4c77ab8e38 | |||
| 11a0ea35ed | |||
| ba25de91d3 |
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Where Design Meets Innovation"
|
||||
description="For over a decade, we've been at the forefront of automotive design, creating vehicles that inspire and captivate. Our studio combines cutting-edge technology with artistic vision to deliver designs that push boundaries and redefine what's possible in the automotive industry."
|
||||
description="**Over a decade of award-winning automotive design** — we've been at the forefront of the industry, creating vehicles that inspire and captivate. Our studio combines cutting-edge technology with artistic vision to deliver designs that push boundaries and redefine what's possible in the automotive industry."
|
||||
tag="Our Story"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
||||
imageAlt="Design Studio"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Designs Created" },
|
||||
{ value: "50+", title: "Industry Awards" },
|
||||
{ value: "100+", title: "Global Clients" },
|
||||
{ value: "20+", title: "Years Experience" }
|
||||
{ value: "100+", title: "Global Clients" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user