5 Commits

Author SHA1 Message Date
28f309caa8 Update src/app/projects/page.tsx 2026-06-11 19:13:00 +00:00
1c0a95e7d6 Update src/app/page.tsx 2026-06-11 19:13:00 +00:00
c76298d860 Update src/app/contact/page.tsx 2026-06-11 19:12:59 +00:00
86dee13beb Update src/app/about/page.tsx 2026-06-11 19:12:59 +00:00
749be8596f Merge version_1 into main
Merge version_1 into main
2026-06-11 18:55:15 +00:00
4 changed files with 102 additions and 348 deletions

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Our Services", name: "Our Services", id: "/services"},
id: "/services",
},
{ {
name: "Our Projects", name: "Our Projects", id: "/projects"},
id: "/projects",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Remuda İnşaat" brandName="Remuda İnşaat"
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "/contact"}}
href: "/contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -62,26 +50,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "1", 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"},
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", 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"},
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", 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"},
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" 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." 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" tag="Our Journey"
metrics={[ metrics={[
{ {
id: "clients", id: "clients", value: "98%", description: "Client Satisfaction Rate"},
value: "98%",
description: "Client Satisfaction Rate",
},
{ {
id: "projects", id: "projects", value: "150+", description: "Major Projects Completed"},
value: "150+",
description: "Major Projects Completed",
},
{ {
id: "innovation", id: "innovation", value: "100%", description: "Drone Tech Integration"},
value: "100%",
description: "Drone Tech Integration",
},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
/> />
@@ -118,75 +82,45 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Vision", label: "Our Vision", href: "/about"},
href: "/about#vision",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Urban Transformation", label: "Urban Transformation", href: "/services#urban-transformation"},
href: "/services#urban-transformation",
},
{ {
label: "Architectural Design", label: "Architectural Design", href: "/services#architectural-design"},
href: "/services#architectural-design",
},
{ {
label: "Engineering", label: "Engineering", href: "/services#engineering"},
href: "/services#engineering",
},
{ {
label: "Site Management", label: "Site Management", href: "/services#site-management"},
href: "/services#site-management",
},
], ],
}, },
{ {
title: "Projects", title: "Projects", items: [
items: [
{ {
label: "Featured Projects", label: "Featured Projects", href: "/projects"},
href: "/projects",
},
{ {
label: "Residential", label: "Residential", href: "/projects"},
href: "/projects#residential",
},
{ {
label: "Commercial", label: "Commercial", href: "/projects"},
href: "/projects#commercial",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "FAQ", label: "FAQ", href: "/contact#faq"},
href: "/contact#faq",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Our Services", name: "Our Services", id: "/services"},
id: "/services",
},
{ {
name: "Our Projects", name: "Our Projects", id: "/projects"},
id: "/projects",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Remuda İnşaat" brandName="Remuda İnşaat"
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "/contact"}}
href: "/contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -61,35 +49,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What are Remuda İnşaat's core areas of expertise?", content: "Remuda İnşaat specializes in urban transformation projects, comprehensive construction site management, and innovative architectural design. We blend technical expertise with aesthetic vision to deliver outstanding results."},
title: "What are Remuda İnşaat's core areas of expertise?",
content: "Remuda İnşaat specializes in urban transformation projects, comprehensive construction site management, and innovative architectural design. We blend technical expertise with aesthetic vision to deliver outstanding results.",
},
{ {
id: "2", id: "2", title: "How does Remuda İnşaat ensure project quality and safety?", content: "We adhere to a strict construction constitution that prioritizes robust supply chain management, meticulous risk mitigation, and continuous quality control. Our processes, including drone-assisted inspections, ensure exceptional standards and safety on every site."},
title: "How does Remuda İnşaat ensure project quality and safety?",
content: "We adhere to a strict construction constitution that prioritizes robust supply chain management, meticulous risk mitigation, and continuous quality control. Our processes, including drone-assisted inspections, ensure exceptional standards and safety on every site.",
},
{ {
id: "3", id: "3", title: "Can Remuda İnşaat handle large-scale public facilities?", content: "Absolutely. We have a proven track record of successfully completing large-scale and prestigious projects, such as the 30,000 square meter Youth and Sports Center in Gaziosmanpaşa, demonstrating our capacity and capability."},
title: "Can Remuda İnşaat handle large-scale public facilities?",
content: "Absolutely. We have a proven track record of successfully completing large-scale and prestigious projects, such as the 30,000 square meter Youth and Sports Center in Gaziosmanpaşa, demonstrating our capacity and capability.",
},
{ {
id: "4", id: "4", title: "What is Remuda İnşaat's approach to sustainability?", content: "Sustainability is integrated into our core philosophy. We prioritize eco-friendly materials, energy-efficient designs, and innovative construction methods to create resilient and environmentally responsible urban developments."},
title: "What is Remuda İnşaat's approach to sustainability?",
content: "Sustainability is integrated into our core philosophy. We prioritize eco-friendly materials, energy-efficient designs, and innovative construction methods to create resilient and environmentally responsible urban developments.",
},
{ {
id: "5", id: "5", title: "How can I request a quote for a new project?", content: "You can easily request a quote by filling out the contact form on our website, sending us an email, or calling our office directly. Our team will promptly get in touch to discuss your project requirements."},
title: "How can I request a quote for a new project?",
content: "You can easily request a quote by filling out the contact form on our website, sending us an email, or calling our office directly. Our team will promptly get in touch to discuss your project requirements.",
},
{ {
id: "6", id: "6", title: "Does Remuda İnşaat offer consultation services for new projects?", content: "Yes, we offer expert consultation services, including initial project assessments, feasibility studies, and conceptual design reviews to help you define your vision and plan your project effectively."},
title: "Does Remuda İnşaat offer consultation services for new projects?",
content: "Yes, we offer expert consultation services, including initial project assessments, feasibility studies, and conceptual design reviews to help you define your vision and plan your project effectively.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to the most common inquiries about Remuda İnşaat's services, processes, and corporate values, ensuring clarity and transparency." description="Find quick answers to the most common inquiries about Remuda İnşaat's services, processes, and corporate values, ensuring clarity and transparency."
@@ -101,8 +71,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Connect With Remuda İnşaat" title="Connect With Remuda İnşaat"
description="We're here to answer your questions, discuss your project vision, and provide the expert guidance you need to bring your architectural and construction goals to life." description="We're here to answer your questions, discuss your project vision, and provide the expert guidance you need to bring your architectural and construction goals to life."
@@ -115,75 +84,45 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Vision", label: "Our Vision", href: "/about"},
href: "/about#vision",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Urban Transformation", label: "Urban Transformation", href: "/services#urban-transformation"},
href: "/services#urban-transformation",
},
{ {
label: "Architectural Design", label: "Architectural Design", href: "/services#architectural-design"},
href: "/services#architectural-design",
},
{ {
label: "Engineering", label: "Engineering", href: "/services#engineering"},
href: "/services#engineering",
},
{ {
label: "Site Management", label: "Site Management", href: "/services#site-management"},
href: "/services#site-management",
},
], ],
}, },
{ {
title: "Projects", title: "Projects", items: [
items: [
{ {
label: "Featured Projects", label: "Featured Projects", href: "/projects"},
href: "/projects",
},
{ {
label: "Residential", label: "Residential", href: "/projects"},
href: "/projects#residential",
},
{ {
label: "Commercial", label: "Commercial", href: "/projects"},
href: "/projects#commercial",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "FAQ", label: "FAQ", href: "/contact#faq"},
href: "/contact#faq",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
{ {
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"},
], ],
@@ -178,9 +178,9 @@ export default function LandingPage() {
{ {
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"},
], ],
}, },
{ {

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Our Services", name: "Our Services", id: "/services"},
id: "/services",
},
{ {
name: "Our Projects", name: "Our Projects", id: "/projects"},
id: "/projects",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Remuda İnşaat" brandName="Remuda İnşaat"
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "/contact"}}
href: "/contact",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -63,65 +51,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "youth-sports-center", id: "youth-sports-center", brand: "Gaziosmanpaşa", name: "Youth & Sports Center", price: "30,000 sq m", rating: 5,
brand: "Gaziosmanpaşa", reviewCount: "Public Facility", imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg", imageAlt: "Gaziosmanpaşa Youth and Sports Center"},
name: "Youth & Sports Center",
price: "30,000 sq m",
rating: 5,
reviewCount: "Public Facility",
imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg",
imageAlt: "Gaziosmanpaşa Youth and Sports Center",
},
{ {
id: "residential-complex", id: "residential-complex", brand: "Luxury Living", name: "Green Valley Residences", price: "45,000 sq m", rating: 5,
brand: "Luxury Living", reviewCount: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-city-with-vegetation_23-2148798603.jpg", imageAlt: "Green Valley Residences"},
name: "Green Valley Residences",
price: "45,000 sq m",
rating: 5,
reviewCount: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-city-with-vegetation_23-2148798603.jpg",
imageAlt: "Green Valley Residences",
},
{ {
id: "commercial-tower", id: "commercial-tower", brand: "Business Hub", name: "Titanium Corporate Tower", price: "60,000 sq m", rating: 5,
brand: "Business Hub", reviewCount: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-blue-high-rise-brutalist-architectural-building_181624-3013.jpg", imageAlt: "Titanium Corporate Tower"},
name: "Titanium Corporate Tower",
price: "60,000 sq m",
rating: 5,
reviewCount: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-blue-high-rise-brutalist-architectural-building_181624-3013.jpg",
imageAlt: "Titanium Corporate Tower",
},
{ {
id: "transport-hub", id: "transport-hub", brand: "Urban Connectivity", name: "Metro Central Transport Hub", price: "20,000 sq m", rating: 5,
brand: "Urban Connectivity", reviewCount: "Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/parasol-located-old-quarter-seville_268835-15507.jpg", imageAlt: "Metro Central Transport Hub"},
name: "Metro Central Transport Hub",
price: "20,000 sq m",
rating: 5,
reviewCount: "Infrastructure",
imageSrc: "http://img.b2bpic.net/free-photo/parasol-located-old-quarter-seville_268835-15507.jpg",
imageAlt: "Metro Central Transport Hub",
},
{ {
id: "eco-park", id: "eco-park", brand: "Sustainable Spaces", name: "Harmony Eco-Park", price: "80,000 sq m", rating: 5,
brand: "Sustainable Spaces", reviewCount: "Eco-Development", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-sitting-alone-park-bench-using-her-laptop-study-work-remotely-f_1258-138172.jpg", imageAlt: "Harmony Eco-Park Development"},
name: "Harmony Eco-Park",
price: "80,000 sq m",
rating: 5,
reviewCount: "Eco-Development",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-sitting-alone-park-bench-using-her-laptop-study-work-remotely-f_1258-138172.jpg",
imageAlt: "Harmony Eco-Park Development",
},
{ {
id: "mixed-use-development", id: "mixed-use-development", brand: "Dynamic Living", name: "Grand Bazaar Mixed-Use", price: "55,000 sq m", rating: 5,
brand: "Dynamic Living", reviewCount: "Mixed-Use", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-down-city_176420-3976.jpg", imageAlt: "Grand Bazaar Mixed-Use Development"},
name: "Grand Bazaar Mixed-Use",
price: "55,000 sq m",
rating: 5,
reviewCount: "Mixed-Use",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-walking-down-city_176420-3976.jpg",
imageAlt: "Grand Bazaar Mixed-Use Development",
},
]} ]}
title="Our Prestigious Projects" title="Our Prestigious Projects"
description="Showcasing a selection of our landmark achievements, including the 30,000 square meter Youth and Sports Center in Gaziosmanpaşa, reflecting our diverse expertise and commitment to excellence." description="Showcasing a selection of our landmark achievements, including the 30,000 square meter Youth and Sports Center in Gaziosmanpaşa, reflecting our diverse expertise and commitment to excellence."
@@ -134,50 +80,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Exemplary Project Delivery", quote: "Remuda İnşaat consistently delivers projects of exceptional quality, meeting deadlines and exceeding expectations. Their disciplined approach is a cornerstone of our success.", name: "Elif Aydin", role: "CEO, Urban Developments", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-ambitious-businesswomen-engaged-briefing-meeting_482257-124415.jpg", imageAlt: "Elif Aydin"},
title: "Exemplary Project Delivery",
quote: "Remuda İnşaat consistently delivers projects of exceptional quality, meeting deadlines and exceeding expectations. Their disciplined approach is a cornerstone of our success.",
name: "Elif Aydin",
role: "CEO, Urban Developments",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-ambitious-businesswomen-engaged-briefing-meeting_482257-124415.jpg",
imageAlt: "Elif Aydin",
},
{ {
id: "2", id: "2", title: "Innovative Solutions, Trusted Partner", quote: "The integration of drone technology for site inspections was a game-changer. Remuda İnşaat's innovative vision and trustworthy execution truly set them apart in the industry.", name: "Burak Can", role: "City Planner, Municipality of Gaziosmanpaşa", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-holding-eyeglasses_74855-3068.jpg", imageAlt: "Burak Can"},
title: "Innovative Solutions, Trusted Partner",
quote: "The integration of drone technology for site inspections was a game-changer. Remuda İnşaat's innovative vision and trustworthy execution truly set them apart in the industry.",
name: "Burak Can",
role: "City Planner, Municipality of Gaziosmanpaşa",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-holding-eyeglasses_74855-3068.jpg",
imageAlt: "Burak Can",
},
{ {
id: "3", id: "3", title: "Architectural Vision Realized", quote: "Our architectural concepts were brought to life with incredible precision and artistic integrity. Remuda İnşaat's engineering prowess perfectly complemented our design aspirations.", name: "Deniz Kara", role: "Lead Architect, Nova Design Group", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150433444.jpg", imageAlt: "Deniz Kara"},
title: "Architectural Vision Realized",
quote: "Our architectural concepts were brought to life with incredible precision and artistic integrity. Remuda İnşaat's engineering prowess perfectly complemented our design aspirations.",
name: "Deniz Kara",
role: "Lead Architect, Nova Design Group",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150433444.jpg",
imageAlt: "Deniz Kara",
},
{ {
id: "4", id: "4", title: "Seamless Site Management", quote: "The construction site management was flawless, with meticulous attention to detail and proactive risk mitigation. We always felt our project was in the safest hands.", name: "Mert Öztürk", role: "Head of Operations, Horizon Holdings", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-electric-scooter-outdoors_23-2149383277.jpg", imageAlt: "Mert Öztürk"},
title: "Seamless Site Management",
quote: "The construction site management was flawless, with meticulous attention to detail and proactive risk mitigation. We always felt our project was in the safest hands.",
name: "Mert Öztürk",
role: "Head of Operations, Horizon Holdings",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-electric-scooter-outdoors_23-2149383277.jpg",
imageAlt: "Mert Öztürk",
},
{ {
id: "5", id: "5", title: "Transforming Communities", quote: "Our urban transformation project with Remuda İnşaat has revitalized the community, creating modern, functional, and aesthetically pleasing spaces that will endure for generations.", name: "Selin Pekel", role: "Community Projects Director, Metro Living", imageSrc: "http://img.b2bpic.net/free-photo/man-with-suit-reaching-out-hand_23-2147626448.jpg", imageAlt: "Selin Pekel"},
title: "Transforming Communities",
quote: "Our urban transformation project with Remuda İnşaat has revitalized the community, creating modern, functional, and aesthetically pleasing spaces that will endure for generations.",
name: "Selin Pekel",
role: "Community Projects Director, Metro Living",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-suit-reaching-out-hand_23-2147626448.jpg",
imageAlt: "Selin Pekel",
},
]} ]}
title="Client Success Stories" title="Client Success Stories"
description="Hear directly from our partners and clients about the impact of Remuda İnşaat's commitment to quality, innovation, and trust on their most important projects." description="Hear directly from our partners and clients about the impact of Remuda İnşaat's commitment to quality, innovation, and trust on their most important projects."
@@ -188,75 +99,45 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Vision", label: "Our Vision", href: "/about"},
href: "/about#vision",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Urban Transformation", label: "Urban Transformation", href: "/services#urban-transformation"},
href: "/services#urban-transformation",
},
{ {
label: "Architectural Design", label: "Architectural Design", href: "/services#architectural-design"},
href: "/services#architectural-design",
},
{ {
label: "Engineering", label: "Engineering", href: "/services#engineering"},
href: "/services#engineering",
},
{ {
label: "Site Management", label: "Site Management", href: "/services#site-management"},
href: "/services#site-management",
},
], ],
}, },
{ {
title: "Projects", title: "Projects", items: [
items: [
{ {
label: "Featured Projects", label: "Featured Projects", href: "/projects"},
href: "/projects",
},
{ {
label: "Residential", label: "Residential", href: "/projects"},
href: "/projects#residential",
},
{ {
label: "Commercial", label: "Commercial", href: "/projects"},
href: "/projects#commercial",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "FAQ", label: "FAQ", href: "/contact#faq"},
href: "/contact#faq",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}