4 Commits

Author SHA1 Message Date
ec20468be9 Update src/app/page.tsx 2026-03-22 04:15:08 +00:00
4c77ab8e38 Merge version_2 into main
Merge version_2 into main
2026-03-22 04:12:15 +00:00
11a0ea35ed Update src/app/page.tsx 2026-03-22 04:12:11 +00:00
ba25de91d3 Merge version_1 into main
Merge version_1 into main
2026-03-22 04:11:17 +00:00

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
title="Where Design Meets Innovation" 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" tag="Our Story"
tagIcon={Award} tagIcon={Award}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -70,10 +70,10 @@ export default function LandingPage() {
imageAlt="Design Studio" imageAlt="Design Studio"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metrics={[ metrics={[
{ value: "20+", title: "Years Experience" },
{ value: "500+", title: "Designs Created" }, { value: "500+", title: "Designs Created" },
{ value: "50+", title: "Industry Awards" }, { value: "50+", title: "Industry Awards" },
{ value: "100+", title: "Global Clients" }, { value: "100+", title: "Global Clients" }
{ value: "20+", title: "Years Experience" }
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -187,4 +187,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }