From 09100fb6283f39e280cab3904247a16142626cf4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:57:24 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 100 ++++++----------------------------------- 1 file changed, 13 insertions(+), 87 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a8f7ed0..547acf8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -62,18 +44,8 @@ export default function LandingPage() { title="The Team" description="Meet the creative minds behind Som Gafwee." team={[ - { - id: "t1", - name: "Som Gafwee", - role: "Creative Lead", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg?_wi=3", - }, - { - id: "t2", - name: "Design Partner", - role: "Art Director", - imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg?_wi=3", - }, + { id: "t1", name: "Som Gafwee", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg" }, + { id: "t2", name: "Design Partner", role: "Art Director", imageSrc: "http://img.b2bpic.net/free-photo/male-employee-with-coffee-cup-office_482257-119420.jpg" }, ]} /> @@ -83,13 +55,7 @@ export default function LandingPage() { layout="section" title="Our Values" sections={[ - { - heading: "Design Philosophy", - content: { - type: "paragraph", - text: "We believe in minimalism, clarity, and bold, futuristic aesthetics.", - }, - }, + { heading: "Design Philosophy", content: { text: "We believe in minimalism, clarity, and bold, futuristic aesthetics." } }, ]} /> @@ -97,49 +63,9 @@ export default function LandingPage() { @@ -92,49 +58,9 @@ export default function LandingPage() { @@ -215,49 +112,9 @@ export default function LandingPage() { @@ -87,20 +58,8 @@ export default function LandingPage() { title="Scale" description="Scaling businesses globally." metrics={[ - { - id: "p1", - value: "10+", - title: "Global Markets", - description: "Serving clients worldwide.", - imageSrc: "http://img.b2bpic.net/free-photo/45th-years-anniversary-celebration-3d-render_460848-10829.jpg", - }, - { - id: "p2", - value: "5x", - title: "Growth Average", - description: "Driving real business results.", - imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-business-arrow-logo-template-minimal-graphic-vector_53876-156270.jpg", - }, + { id: "p1", value: "10+", title: "Global Markets", description: "Serving clients worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/45th-years-anniversary-celebration-3d-render_460848-10829.jpg" }, + { id: "p2", value: "5x", title: "Growth Average", description: "Driving real business results.", imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-business-arrow-logo-template-minimal-graphic-vector_53876-156270.jpg" }, ]} /> @@ -108,49 +67,9 @@ export default function LandingPage() { @@ -127,49 +68,9 @@ export default function LandingPage() {