diff --git a/src/app/page.tsx b/src/app/page.tsx index 547bdcc..914821e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,68 +29,43 @@ export default function LandingPage() {
@@ -105,24 +80,12 @@ export default function LandingPage() { description="Delivering excellence through engineering." metrics={[ { - id: "m1", - value: "150+", - title: "Projects Completed", - items: [ - "Residential builds", - "Commercial sites", - "Infrastructure projects", - ], + 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: "m2", value: "12", title: "Years Experience", items: [ + "Professional expertise", "Local market knowledge", "Regulatory compliance"], }, ]} /> @@ -136,15 +99,9 @@ export default function LandingPage() { 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: "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: "q2", title: "How do I start a project?", content: "Contact us via the request form to schedule a site consultation."}, ]} faqsAnimation="slide-up" /> @@ -157,11 +114,7 @@ export default function LandingPage() { title="Trusted Partners" description="Working with industry-leading firms." 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"]} />
@@ -169,11 +122,11 @@ export default function LandingPage() { @@ -181,25 +134,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file