Update src/app/page.tsx

This commit is contained in:
2026-05-09 08:37:43 +00:00
parent 1874acd15c
commit c60c89a2d8

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Overview",
id: "overview",
},
name: "Overview", id: "overview"},
{
name: "Capabilities",
id: "capabilities",
},
name: "Capabilities", id: "capabilities"},
{
name: "Leadership",
id: "team",
},
name: "Leadership", id: "team"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Sadh Baba Construction"
/>
@@ -59,101 +49,56 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Building Excellence in Every Detail"
description="SADH BABA CONSTRUCTION PRIVATE LIMITED delivers precision, professionalism, and excellence in civil engineering infrastructure. Registered at RoC-Patna, we are your trusted partner in infrastructure growth."
testimonials={[
{
name: "Director Team",
handle: "@SadhBaba",
testimonial: "Focused on precision, driven by engineering excellence.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-unform-analyzing-project-building_1157-50897.jpg",
},
name: "Director Team", handle: "@SadhBaba", testimonial: "Focused on precision, driven by engineering excellence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-unform-analyzing-project-building_1157-50897.jpg"},
{
name: "Quality Standards",
handle: "@RoCPatna",
testimonial: "Adhering to strict compliance and industrial standards.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-architects-works-front-building-site_1398-5098.jpg",
},
name: "Quality Standards", handle: "@RoCPatna", testimonial: "Adhering to strict compliance and industrial standards.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-architects-works-front-building-site_1398-5098.jpg"},
{
name: "Site Supervisor",
handle: "@ConstructionLead",
testimonial: "Safety and efficiency are the pillars of our site management.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg",
},
name: "Site Supervisor", handle: "@ConstructionLead", testimonial: "Safety and efficiency are the pillars of our site management.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg"},
{
name: "Industrial Partner",
handle: "@EngTech",
testimonial: "Top-tier structural integrity and project delivery.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35557.jpg",
},
name: "Industrial Partner", handle: "@EngTech", testimonial: "Top-tier structural integrity and project delivery.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35557.jpg"},
{
name: "Client Representative",
handle: "@UrbanDev",
testimonial: "A reliable partner for our massive infrastructure goals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-unrecognizable-person-making-corrections-blueprint-sketch_1098-18835.jpg",
},
name: "Client Representative", handle: "@UrbanDev", testimonial: "A reliable partner for our massive infrastructure goals.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-unrecognizable-person-making-corrections-blueprint-sketch_1098-18835.jpg"},
]}
buttons={[
{
text: "Our Capabilities",
href: "#capabilities",
},
text: "Our Capabilities", href: "#capabilities"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-vest_23-2148751963.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-vest_23-2148751963.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg",
alt: "Avatar 1",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg", alt: "Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/professional-architects-looking-plan_23-2147702511.jpg",
alt: "Avatar 2",
},
src: "http://img.b2bpic.net/free-photo/professional-architects-looking-plan_23-2147702511.jpg", alt: "Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-men-with-safety-vests-showing-approval_23-2148269348.jpg",
alt: "Avatar 3",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-men-with-safety-vests-showing-approval_23-2148269348.jpg", alt: "Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/three-architects-front-building-with-big-windows_23-2147702506.jpg",
alt: "Avatar 4",
},
src: "http://img.b2bpic.net/free-photo/three-architects-front-building-with-big-windows_23-2147702506.jpg", alt: "Avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/from-people-near-drafts-laptop_23-2147785637.jpg",
alt: "Avatar 5",
},
src: "http://img.b2bpic.net/free-photo/from-people-near-drafts-laptop_23-2147785637.jpg", alt: "Avatar 5"},
]}
marqueeItems={[
{
type: "text",
text: "Civil Engineering",
},
type: "text", text: "Civil Engineering"},
{
type: "text",
text: "Infrastructure Growth",
},
type: "text", text: "Infrastructure Growth"},
{
type: "text",
text: "Precision Planning",
},
type: "text", text: "Precision Planning"},
{
type: "text",
text: "Industrial Standards",
},
type: "text", text: "Industrial Standards"},
{
type: "text",
text: "Project Management",
},
type: "text", text: "Project Management"},
]}
/>
</div>
@@ -165,9 +110,7 @@ export default function LandingPage() {
title="Our Company Overview"
buttons={[
{
text: "Learn More",
href: "#contact",
},
text: "Learn More", href: "#contact"},
]}
/>
</div>
@@ -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() {
<div id="metrics" data-section="metrics">
<MetricCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1.1+ Years",
title: "Operational Age",
description: "Experienced since 2024.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-wooden-building-blue-sky_181624-6170.jpg",
},
id: "m1", value: "1.1+ Years", title: "Operational Age", description: "Experienced since 2024.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-metal-wooden-building-blue-sky_181624-6170.jpg"},
{
id: "m2",
value: "2",
title: "Active Directors",
description: "Balanced leadership team.",
imageSrc: "http://img.b2bpic.net/free-photo/salina-turda-salt-mine-romania_1268-20549.jpg",
},
id: "m2", value: "2", title: "Active Directors", description: "Balanced leadership team.", imageSrc: "http://img.b2bpic.net/free-photo/salina-turda-salt-mine-romania_1268-20549.jpg"},
{
id: "m3",
value: "100%",
title: "KYC Compliance",
description: "Prompt regulatory adherence.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coworkers-planning-together-office_23-2148339372.jpg",
},
id: "m3", value: "100%", title: "KYC Compliance", description: "Prompt regulatory adherence.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coworkers-planning-together-office_23-2148339372.jpg"},
]}
title="Our Professional Footprint"
description="Established with expertise and dedicated leadership, we maintain the highest standards of professional conduct."
@@ -256,26 +164,12 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "g1",
groupTitle: "Management",
members: [
id: "g1", groupTitle: "Management", members: [
{
id: "t1",
title: "Pappu Kumar Singh",
subtitle: "Managing Director",
detail: "Experienced leader driving construction projects since inception.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-indian-businessman-with-documents_1262-17245.jpg",
},
id: "t1", title: "Pappu Kumar Singh", subtitle: "Managing Director", detail: "Experienced leader driving construction projects since inception.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-indian-businessman-with-documents_1262-17245.jpg"},
{
id: "t2",
title: "Asha Devi",
subtitle: "Director",
detail: "Strategic advisor ensuring operational excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-holding-folder_74855-5075.jpg",
},
id: "t2", title: "Asha Devi", subtitle: "Director", detail: "Strategic advisor ensuring operational excellence.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-holding-folder_74855-5075.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-vest_23-2148751963.jpg?_wi=2",
imageAlt: "indian professional business man",
},
]}
title="Experienced Leadership"
@@ -288,12 +182,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Sadh Baba",
"RoC Patna",
"Infrastructure Group",
"Civil Engineering Pro",
"Engineering Solutions",
]}
"Sadh Baba", "RoC Patna", "Infrastructure Group", "Civil Engineering Pro", "Engineering Solutions"]}
title="Corporate Partners"
description="Aligning with industry excellence."
/>
@@ -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() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Contact"
title="Get in Touch"
description="Have inquiries? Reach out to our management team for collaboration and civil engineering inquiries."
@@ -342,29 +221,19 @@ export default function LandingPage() {
logoText="Sadh Baba Construction"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About",
href: "#overview",
},
label: "About", href: "#overview"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}