Update src/app/about/page.tsx

This commit is contained in:
2026-06-11 19:12:59 +00:00
parent 749be8596f
commit 86dee13beb

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Our Services",
id: "/services",
},
name: "Our Services", id: "/services"},
{
name: "Our Projects",
id: "/projects",
},
name: "Our Projects", id: "/projects"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Remuda İnşaat"
button={{
text: "Get a Quote",
href: "/contact",
}}
text: "Get a Quote", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -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() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Vision",
href: "/about#vision",
},
label: "Our Vision", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Urban Transformation",
href: "/services#urban-transformation",
},
label: "Urban Transformation", href: "/services#urban-transformation"},
{
label: "Architectural Design",
href: "/services#architectural-design",
},
label: "Architectural Design", href: "/services#architectural-design"},
{
label: "Engineering",
href: "/services#engineering",
},
label: "Engineering", href: "/services#engineering"},
{
label: "Site Management",
href: "/services#site-management",
},
label: "Site Management", href: "/services#site-management"},
],
},
{
title: "Projects",
items: [
title: "Projects", items: [
{
label: "Featured Projects",
href: "/projects",
},
label: "Featured Projects", href: "/projects"},
{
label: "Residential",
href: "/projects#residential",
},
label: "Residential", href: "/projects"},
{
label: "Commercial",
href: "/projects#commercial",
},
label: "Commercial", href: "/projects"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "FAQ",
href: "/contact#faq",
},
label: "FAQ", href: "/contact#faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}