Update src/app/about/page.tsx
This commit is contained in:
@@ -38,6 +38,7 @@ export default function AboutPage() {
|
||||
<TextAbout
|
||||
title="About Us"
|
||||
tag="Our Story"
|
||||
useInvertedBackground={false}
|
||||
className="pt-32"
|
||||
/>
|
||||
<MetricCardOne
|
||||
@@ -45,6 +46,8 @@ export default function AboutPage() {
|
||||
description="We focus on results and long-term partnerships."
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award },
|
||||
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users },
|
||||
@@ -66,6 +69,8 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
title="Join Our Journey"
|
||||
description="Let's build something extraordinary together."
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user