Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 18:55:15 +00:00

View File

@@ -30,31 +30,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>
@@ -65,45 +53,20 @@ export default function LandingPage() {
description="Remuda İnşaat delivers innovative architecture, engineering, and construction solutions, transforming urban landscapes with unwavering trust and cutting-edge drone technology. Our strict construction constitution ensures flawless execution and risk mitigation."
testimonials={[
{
name: "Ayşe Yılmaz",
handle: "@AYilmaz_Dev",
testimonial: "Remuda İnşaat transformed our urban area into a vibrant hub. Their dedication to quality and innovative solutions, like drone inspections, ensured a project delivered on time and beyond expectations. Truly a trustworthy partner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageAlt: "Ayşe Yılmaz",
},
name: "Ayşe Yılmaz", handle: "@AYilmaz_Dev", testimonial: "Remuda İnşaat transformed our urban area into a vibrant hub. Their dedication to quality and innovative solutions, like drone inspections, ensured a project delivered on time and beyond expectations. Truly a trustworthy partner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Ayşe Yılmaz"},
{
name: "Mehmet Demir",
handle: "@MDemir_Eng",
testimonial: "The precision and professionalism of Remuda İnşaat are unmatched. Their site management, bolstered by advanced technology, provided complete transparency and confidence throughout the construction of our new facility.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg",
imageAlt: "Mehmet Demir",
},
name: "Mehmet Demir", handle: "@MDemir_Eng", testimonial: "The precision and professionalism of Remuda İnşaat are unmatched. Their site management, bolstered by advanced technology, provided complete transparency and confidence throughout the construction of our new facility.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg", imageAlt: "Mehmet Demir"},
{
name: "Zeynep Kaya",
handle: "@ZKaya_Arch",
testimonial: "As an architect, I deeply value Remuda İnşaat's commitment to design integrity and structural excellence. Their urban transformation projects are not just buildings, they are benchmarks of modern living.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
imageAlt: "Zeynep Kaya",
},
name: "Zeynep Kaya", handle: "@ZKaya_Arch", testimonial: "As an architect, I deeply value Remuda İnşaat's commitment to design integrity and structural excellence. Their urban transformation projects are not just buildings, they are benchmarks of modern living.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", imageAlt: "Zeynep Kaya"},
{
name: "Can Polat",
handle: "@CPolat_Const",
testimonial: "Trust is paramount in construction. Remuda İnşaat's disciplined approach to supply chain and risk mitigation gave us peace of mind. They build with integrity and innovation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg",
imageAlt: "Can Polat",
},
name: "Can Polat", handle: "@CPolat_Const", testimonial: "Trust is paramount in construction. Remuda İnşaat's disciplined approach to supply chain and risk mitigation gave us peace of mind. They build with integrity and innovation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "Can Polat"},
{
name: "Elif Aslan",
handle: "@EAslan_Urban",
testimonial: "Witnessing the impact of Remuda İnşaats urban transformation projects is inspiring. Their blend of aesthetic vision and engineering prowess creates truly sustainable and beautiful spaces.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
imageAlt: "Elif Aslan",
},
name: "Elif Aslan", handle: "@EAslan_Urban", testimonial: "Witnessing the impact of Remuda İnşaats urban transformation projects is inspiring. Their blend of aesthetic vision and engineering prowess creates truly sustainable and beautiful spaces.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", imageAlt: "Elif Aslan"},
]}
imageSrc="http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4001.jpg"
imageAlt="Aerial view of a modern construction site by Remuda İnşaat"
@@ -119,22 +82,15 @@ export default function LandingPage() {
metrics={[
{
icon: Gauge,
label: "Years of Experience",
value: "25+",
},
label: "Years of Experience", value: "25+"},
{
icon: Award,
label: "Projects Completed",
value: "150+",
},
label: "Projects Completed", value: "150+"},
{
icon: Layers,
label: "Square Meters Built",
value: "500K+",
},
label: "Square Meters Built", value: "500K+"},
]}
metricsAnimation="slide-up"
description="At Remuda İnşaat, we are dedicated to transforming urban landscapes by delivering high-quality, resilient, and aesthetically superior construction projects. By integrating advanced methodologies—such as drone-assisted site documentation—and adhering to our strict construction constitution focused on risk mitigation and flawless supply chain management, we ensure engineering excellence in every square meter we build. From large-scale public facilities to comprehensive urban transformation projects, we build structures that stand the test of time and elevate the standard of modern living."
/>
</div>
@@ -145,42 +101,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "urban-transformation",
title: "Urban Transformation",
subtitle: "Redefining cityscapes with modern, sustainable developments.",
category: "Development",
value: "http://img.b2bpic.net/free-photo/surrealistic-architecture-concept_23-2151856587.jpg",
buttons: [
id: "urban-transformation", title: "Urban Transformation", subtitle: "Redefining cityscapes with modern, sustainable developments.", category: "Development", value: "http://img.b2bpic.net/free-photo/surrealistic-architecture-concept_23-2151856587.jpg", buttons: [
{
text: "Learn More",
href: "/services#urban-transformation",
},
text: "Learn More", href: "/services#urban-transformation"},
],
},
{
id: "site-management",
title: "Construction Site Management",
subtitle: "Ensuring precision and safety with advanced oversight, including drone technology.",
category: "Operations",
value: "http://img.b2bpic.net/free-photo/photovoltaics-factory-worker-programming-solar-manufacturing-machinery-closeup_482257-117810.jpg",
buttons: [
id: "site-management", title: "Construction Site Management", subtitle: "Ensuring precision and safety with advanced oversight, including drone technology.", category: "Operations", value: "http://img.b2bpic.net/free-photo/photovoltaics-factory-worker-programming-solar-manufacturing-machinery-closeup_482257-117810.jpg", buttons: [
{
text: "Learn More",
href: "/services#site-management",
},
text: "Learn More", href: "/services#site-management"},
],
},
{
id: "architectural-design",
title: "Architectural Design",
subtitle: "Crafting iconic and functional spaces that inspire and endure.",
category: "Design",
value: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211336.jpg",
buttons: [
id: "architectural-design", title: "Architectural Design", subtitle: "Crafting iconic and functional spaces that inspire and endure.", category: "Design", value: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211336.jpg", buttons: [
{
text: "Learn More",
href: "/services#architectural-design",
},
text: "Learn More", href: "/services#architectural-design"},
],
},
]}
@@ -194,14 +129,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"GlobalCorp Innovations",
"Urban Visionary Group",
"Sustainable Living Inc.",
"CityConnect Developments",
"Architech Solutions",
"FutureScape Planners",
"EcoBuild Partners",
]}
"GlobalCorp Innovations", "Urban Visionary Group", "Sustainable Living Inc.", "CityConnect Developments", "Architech Solutions", "FutureScape Planners", "EcoBuild Partners"]}
title="Trusted by Industry Leaders"
description="Our commitment to excellence has earned the trust and partnership of leading organizations across various sectors."
/>
@@ -211,8 +139,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Let's Build the Future Together"
description="Ready to discuss your next project, explore partnership opportunities, or simply have a question? Our team is here to provide the expertise and support you need."
@@ -225,75 +152,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#vision"},
{
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#residential"},
{
label: "Commercial",
href: "/projects#commercial",
},
label: "Commercial", href: "/projects#commercial"},
],
},
{
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: "#"},
],
},
]}