Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 22:11:57 +00:00
parent 41fca49aa2
commit 5ed4824831

View File

@@ -57,7 +57,6 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Ultraspeed"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS9gOyc8R9tNGil9EtTzxBJzBv/uploaded-1772575677052-5rfflgk7.png"
navItems={navItems}
button={{ text: "Contact Us", href: "/contact" }}
animateOnLoad={true}
@@ -85,7 +84,8 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Story & Mission"
description={[
"Ultraspeed was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.", "Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream Japanese vehicle without the headaches.", "Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships."]}
"Ultraspeed was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.", "Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream Japanese vehicle without the headaches.", "Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships."
]}
useInvertedBackground={false}
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
buttonAnimation="slide-up"