diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b0e2c96..a5ce0c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,31 +26,19 @@ export default function LandingPage() { @@ -62,26 +50,11 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Serkan Yılmaz", - role: "CEO & Lead Architect", - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg", - imageAlt: "Serkan Yılmaz, CEO & Lead Architect", - }, + id: "1", name: "Serkan Yılmaz", role: "CEO & Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg", imageAlt: "Serkan Yılmaz, CEO & Lead Architect"}, { - id: "2", - name: "Ebru Demir", - role: "Chief Civil Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18997.jpg", - imageAlt: "Ebru Demir, Chief Civil Engineer", - }, + id: "2", name: "Ebru Demir", role: "Chief Civil Engineer", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18997.jpg", imageAlt: "Ebru Demir, Chief Civil Engineer"}, { - id: "3", - name: "Kaan Polat", - role: "Head of Urban Planning", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg", - imageAlt: "Kaan Polat, Head of Urban Planning", - }, + id: "3", name: "Kaan Polat", role: "Head of Urban Planning", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tractor-operator_1398-1880.jpg", imageAlt: "Kaan Polat, Head of Urban Planning"}, ]} title="Meet Our Visionary Team" description="Our experts in architecture, engineering, and project management are dedicated to transforming ideas into reality with precision and passion, driving Remuda İnşaat's innovative vision." @@ -95,20 +68,11 @@ export default function LandingPage() { tag="Our Journey" metrics={[ { - id: "clients", - value: "98%", - description: "Client Satisfaction Rate", - }, + id: "clients", value: "98%", description: "Client Satisfaction Rate"}, { - id: "projects", - value: "150+", - description: "Major Projects Completed", - }, + id: "projects", value: "150+", description: "Major Projects Completed"}, { - id: "innovation", - value: "100%", - description: "Drone Tech Integration", - }, + id: "innovation", value: "100%", description: "Drone Tech Integration"}, ]} metricsAnimation="blur-reveal" /> @@ -118,75 +82,45 @@ export default function LandingPage() {