diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6b6f281..0c2ee13 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,25 +28,15 @@ export default function LandingPage() {
@@ -59,19 +49,13 @@ export default function LandingPage() {
metrics={[
{
icon: Image,
- label: "Visual Storyteller",
- value: "Cinematic Narratives",
- },
+ label: "Visual Storyteller", value: "Cinematic Narratives"},
{
icon: Palette,
- label: "Master of Atmosphere",
- value: "Light & Color",
- },
+ label: "Master of Atmosphere", value: "Light & Color"},
{
icon: Compass,
- label: "Global Explorer",
- value: "Travel & Culture",
- },
+ label: "Global Explorer", value: "Travel & Culture"},
]}
metricsAnimation="slide-up"
/>
@@ -81,31 +65,14 @@ export default function LandingPage() {