diff --git a/src/app/page.tsx b/src/app/page.tsx
index 914821e..0a9a921 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,44 +28,29 @@ export default function LandingPage() {
@@ -79,14 +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"] },
]}
/>
@@ -98,10 +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"
/>
@@ -113,40 +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"]}
/>