6 Commits

Author SHA1 Message Date
4a5ce051ed Merge version_3 into main
Merge version_3 into main
2026-04-17 23:46:48 +00:00
5cea156c30 Update src/app/services/page.tsx 2026-04-17 23:46:45 +00:00
f0c033902d Merge version_3 into main
Merge version_3 into main
2026-04-17 23:27:56 +00:00
2d4cce4889 Update src/app/page.tsx 2026-04-17 23:27:53 +00:00
0f6655a911 Merge version_2 into main
Merge version_2 into main
2026-04-17 23:23:08 +00:00
d206580724 Update src/app/page.tsx 2026-04-17 23:23:02 +00:00
2 changed files with 27 additions and 119 deletions

View File

@@ -28,69 +28,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Projects",
id: "/projects",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Projects", id: "/projects" },
{ name: "Contact", id: "/contact" },
]}
brandName="Arm-Ing"
button={{
text: "Request a Quote",
href: "/contact",
}}
button={{ text: "Request a Quote", href: "/contact" }}
/>
</div>
<div id="hero-main" data-section="hero-main">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Precision in Every Structure."
description="Leading civil engineering solutions in Prizren with over a decade of professional excellence by Halil Bytyqi."
buttons={[
{
text: "Request a Quote",
href: "/contact",
},
]}
buttons={[{ text: "Request a Quote", href: "/contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-brooklyn-bridge-new-york-city_268835-766.jpg",
imageAlt: "Construction project",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-african-american-worker-standing-with-plan-factory_1303-30604.jpg",
imageAlt: "Architecture plan",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg",
imageAlt: "Engineering oversight",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-gray-concrete-bridge-portugal_181624-1672.jpg",
imageAlt: "Low angle shot of a gray concrete bridge in Portugal",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg",
imageAlt: "large building-site",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-brooklyn-bridge-new-york-city_268835-766.jpg?_wi=1", imageAlt: "Construction project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-african-american-worker-standing-with-plan-factory_1303-30604.jpg?_wi=1", imageAlt: "Architecture plan" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-construction_23-2150772874.jpg?_wi=1", imageAlt: "Engineering oversight" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-gray-concrete-bridge-portugal_181624-1672.jpg?_wi=1", imageAlt: "Low angle shot of a gray concrete bridge in Portugal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/large-building-site_1127-3252.jpg?_wi=1", imageAlt: "large building-site" },
]}
mediaAnimation="blur-reveal"
/>
@@ -104,26 +64,8 @@ export default function LandingPage() {
title="Our Track Record"
description="Delivering excellence through engineering."
metrics={[
{
id: "m1",
value: "150+",
title: "Projects Completed",
items: [
"Residential builds",
"Commercial sites",
"Infrastructure projects",
],
},
{
id: "m2",
value: "12",
title: "Years Experience",
items: [
"Professional expertise",
"Local market knowledge",
"Regulatory compliance",
],
},
{ id: "m1", value: "150+", title: "Projects Completed", items: ["Residential builds", "Commercial sites", "Infrastructure projects"] },
{ id: "m2", value: "12", title: "Years Experience", items: ["Professional expertise", "Local market knowledge", "Regulatory compliance"] },
]}
/>
</div>
@@ -135,16 +77,8 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Common inquiries about our engineering process."
faqs={[
{
id: "q1",
title: "What regions do you serve?",
content: "We primarily serve the Prizren region and surrounding areas.",
},
{
id: "q2",
title: "How do I start a project?",
content: "Contact us via the request form to schedule a site consultation.",
},
{ id: "q1", title: "What regions do you serve?", content: "We primarily serve the Prizren region and surrounding areas." },
{ id: "q2", title: "How do I start a project?", content: "Contact us via the request form to schedule a site consultation." },
]}
faqsAnimation="slide-up"
/>
@@ -156,52 +90,26 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted Partners"
description="Working with industry-leading firms."
names={[
"Prizren Construction Corp",
"Urban Development Group",
"Structural Safety Experts",
"Architectural Design Hub",
]}
names={["Prizren Construction Corp", "Urban Development Group", "Structural Safety Experts", "Architectural Design Hub"]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Newsletter"
title="Stay updated"
description="Receive news on our latest construction projects."
background={{ variant: "plain" }}
tag="Project Inquiry"
title="Start Your Project / Filloni Projektin Tuaj"
description="Send us your requirements in Albanian or English, and we will get back to you with a professional assessment. / Dërgoni kërkesat tuaja në shqip ose anglisht, dhe ne do t'ju kthejmë përgjigje me një vlerësim profesional."
buttonText="Send Inquiry / Dërgo Kërkesën"
/>
</div>
<div id="footer-main" data-section="footer-main">
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "Projects",
href: "/projects",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "/contact",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Projects", href: "/projects" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }] },
]}
logoText="Arm-Ing"
copyrightText="© 2025 Arm-Ing Civil Engineering. All rights reserved."
@@ -210,4 +118,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
{
title: "Building Legalization",
description: "Navigating complex local regulatory frameworks with ease.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440924.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AloXG2cOgpjLqnkQBDlHRkPDKA/uploaded-1776469586594-j6dhdbyi.jpg",
imageAlt: "Building legalization",
},
]}