Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cea156c30 | |||
| 2d4cce4889 | |||
| 0f6655a911 | |||
| d206580724 |
144
src/app/page.tsx
144
src/app/page.tsx
@@ -28,69 +28,29 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "About", id: "/about" },
|
||||||
},
|
{ name: "Projects", id: "/projects" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Projects",
|
|
||||||
id: "/projects",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Arm-Ing"
|
brandName="Arm-Ing"
|
||||||
button={{
|
button={{ text: "Request a Quote", href: "/contact" }}
|
||||||
text: "Request a Quote",
|
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-main" data-section="hero-main">
|
<div id="hero-main" data-section="hero-main">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Precision in Every Structure."
|
title="Precision in Every Structure."
|
||||||
description="Leading civil engineering solutions in Prizren with over a decade of professional excellence by Halil Bytyqi."
|
description="Leading civil engineering solutions in Prizren with over a decade of professional excellence by Halil Bytyqi."
|
||||||
buttons={[
|
buttons={[{ text: "Request a Quote", href: "/contact" }]}
|
||||||
{
|
|
||||||
text: "Request a Quote",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ 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/panoramic-view-brooklyn-bridge-new-york-city_268835-766.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-african-american-worker-standing-with-plan-factory_1303-30604.jpg?_wi=1", imageAlt: "Architecture plan" },
|
||||||
imageAlt: "Construction project",
|
{ 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" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -104,26 +64,8 @@ export default function LandingPage() {
|
|||||||
title="Our Track Record"
|
title="Our Track Record"
|
||||||
description="Delivering excellence through engineering."
|
description="Delivering excellence through engineering."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "150+", title: "Projects Completed", items: ["Residential builds", "Commercial sites", "Infrastructure projects"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "12", title: "Years Experience", items: ["Professional expertise", "Local market knowledge", "Regulatory compliance"] },
|
||||||
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>
|
</div>
|
||||||
@@ -135,16 +77,8 @@ export default function LandingPage() {
|
|||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Common inquiries about our engineering process."
|
description="Common inquiries about our engineering process."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "What regions do you serve?", content: "We primarily serve the Prizren region and surrounding areas." },
|
||||||
id: "q1",
|
{ id: "q2", title: "How do I start a project?", content: "Contact us via the request form to schedule a site consultation." },
|
||||||
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"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -156,52 +90,26 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Trusted Partners"
|
title="Trusted Partners"
|
||||||
description="Working with industry-leading firms."
|
description="Working with industry-leading firms."
|
||||||
names={[
|
names={["Prizren Construction Corp", "Urban Development Group", "Structural Safety Experts", "Architectural Design Hub"]}
|
||||||
"Prizren Construction Corp",
|
|
||||||
"Urban Development Group",
|
|
||||||
"Structural Safety Experts",
|
|
||||||
"Architectural Design Hub",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
tag="Project Inquiry"
|
||||||
}}
|
title="Start Your Project / Filloni Projektin Tuaj"
|
||||||
tag="Newsletter"
|
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."
|
||||||
title="Stay updated"
|
buttonText="Send Inquiry / Dërgo Kërkesën"
|
||||||
description="Receive news on our latest construction projects."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer-main" data-section="footer-main">
|
<div id="footer-main" data-section="footer-main">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Projects", href: "/projects" }] },
|
||||||
title: "Navigation",
|
{ title: "Support", items: [{ label: "Contact", href: "/contact" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Projects",
|
|
||||||
href: "/projects",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Support",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Arm-Ing"
|
logoText="Arm-Ing"
|
||||||
copyrightText="© 2025 Arm-Ing Civil Engineering. All rights reserved."
|
copyrightText="© 2025 Arm-Ing Civil Engineering. All rights reserved."
|
||||||
@@ -210,4 +118,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Building Legalization",
|
title: "Building Legalization",
|
||||||
description: "Navigating complex local regulatory frameworks with ease.",
|
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",
|
imageAlt: "Building legalization",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user