diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index b5cef34..93954f6 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -27,25 +27,15 @@ export default function LandingPage() {
@@ -58,19 +48,13 @@ export default function LandingPage() {
metrics={[
{
icon: Shield,
- label: "Integrity",
- value: "100%",
- },
+ label: "Integrity", value: "100%"},
{
icon: Award,
- label: "Professionalism",
- value: "High",
- },
+ label: "Professionalism", value: "High"},
{
icon: Zap,
- label: "Efficiency",
- value: "Fast",
- },
+ label: "Efficiency", value: "Fast"},
]}
metricsAnimation="slide-up"
/>
@@ -85,27 +69,13 @@ export default function LandingPage() {
description="Meet the team building a legacy."
groups={[
{
- id: "leadership",
- groupTitle: "Management",
- members: [
+ id: "leadership", groupTitle: "Management", members: [
{
- id: "m1",
- title: "Michael Shine",
- subtitle: "CEO",
- detail: "15 years of industry leadership.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg",
- },
+ id: "m1", title: "Michael Shine", subtitle: "CEO", detail: "15 years of industry leadership.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-architect-close-up_23-2148243014.jpg"},
{
- id: "m2",
- title: "Jane Doe",
- subtitle: "Operations Manager",
- detail: "Streamlining projects for efficiency.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
- },
+ id: "m2", title: "Jane Doe", subtitle: "Operations Manager", detail: "Streamlining projects for efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg?_wi=2",
- imageAlt: "Portrait of smiley architect close-up",
- },
+ imageAlt: "Portrait of smiley architect close-up"},
]}
/>
@@ -114,13 +84,9 @@ export default function LandingPage() {