From c60c89a2d86b4f0015ea44fce12a1702956f0fd6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 08:37:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eabf424..d35f5ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,101 +49,56 @@ export default function LandingPage() {
@@ -165,9 +110,7 @@ export default function LandingPage() { title="Our Company Overview" buttons={[ { - text: "Learn More", - href: "#contact", - }, + text: "Learn More", href: "#contact"}, ]} /> @@ -179,38 +122,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Civil Construction", - author: "Infrastructure", - description: "High-quality civil engineering and project management.", - tags: [ - "Engineering", - "Construction", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589585.jpg", - }, + id: "1", title: "Civil Construction", author: "Infrastructure", description: "High-quality civil engineering and project management.", tags: [ + "Engineering", "Construction"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589585.jpg"}, { - id: "2", - title: "Infrastructure Development", - author: "Engineering", - description: "Sustainable and scalable infrastructure projects.", - tags: [ - "Development", - "SaaS", - ], - imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg", - }, + id: "2", title: "Infrastructure Development", author: "Engineering", description: "Sustainable and scalable infrastructure projects.", tags: [ + "Development", "SaaS"], + imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg"}, { - id: "3", - title: "Project Consultancy", - author: "Management", - description: "Detailed project consultancy and architectural planning.", - tags: [ - "Consultancy", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/safety-glasses-blueprint-near-laptop-notebook_23-2147831943.jpg", - }, + id: "3", title: "Project Consultancy", author: "Management", description: "Detailed project consultancy and architectural planning.", tags: [ + "Consultancy", "Design"], + imageSrc: "http://img.b2bpic.net/free-photo/safety-glasses-blueprint-near-laptop-notebook_23-2147831943.jpg"}, ]} title="Core Civil Engineering Services" description="We specialize in end-to-end civil engineering solutions, ensuring high-quality infrastructure development projects from inception to completion." @@ -219,30 +141,16 @@ export default function LandingPage() {
@@ -304,20 +193,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Where is the company registered?", - content: "The company is registered at RoC-Patna, Barh, Patna.", - }, + id: "q1", title: "Where is the company registered?", content: "The company is registered at RoC-Patna, Barh, Patna."}, { - id: "q2", - title: "What is the primary industry?", - content: "Civil Engineering (NIC Code 42900).", - }, + id: "q2", title: "What is the primary industry?", content: "Civil Engineering (NIC Code 42900)."}, { - id: "q3", - title: "Are you hiring?", - content: "We are consistently expanding our project footprint; please reach out to us.", - }, + id: "q3", title: "Are you hiring?", content: "We are consistently expanding our project footprint; please reach out to us."}, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" @@ -328,8 +208,7 @@ export default function LandingPage() {