Update src/app/contact/page.tsx

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

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>
@@ -61,35 +49,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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."},
{
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.",
},
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="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."
@@ -101,8 +71,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Get in Touch"
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."
@@ -115,75 +84,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: "#"},
],
},
]}