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 <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Overview", name: "Overview", id: "overview"},
id: "overview",
},
{ {
name: "Capabilities", name: "Capabilities", id: "capabilities"},
id: "capabilities",
},
{ {
name: "Leadership", name: "Leadership", id: "team"},
id: "team",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Sadh Baba Construction" brandName="Sadh Baba Construction"
/> />
@@ -59,101 +49,56 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardTestimonial <HeroBillboardTestimonial
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Building Excellence in Every Detail" 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." 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={[ testimonials={[
{ {
name: "Director Team", name: "Director Team", handle: "@SadhBaba", testimonial: "Focused on precision, driven by engineering excellence.", rating: 5,
handle: "@SadhBaba", imageSrc: "http://img.b2bpic.net/free-photo/young-man-unform-analyzing-project-building_1157-50897.jpg"},
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", name: "Quality Standards", handle: "@RoCPatna", testimonial: "Adhering to strict compliance and industrial standards.", rating: 5,
handle: "@RoCPatna", imageSrc: "http://img.b2bpic.net/free-photo/two-architects-works-front-building-site_1398-5098.jpg"},
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", name: "Site Supervisor", handle: "@ConstructionLead", testimonial: "Safety and efficiency are the pillars of our site management.", rating: 5,
handle: "@ConstructionLead", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg"},
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", name: "Industrial Partner", handle: "@EngTech", testimonial: "Top-tier structural integrity and project delivery.", rating: 5,
handle: "@EngTech", imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35557.jpg"},
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", name: "Client Representative", handle: "@UrbanDev", testimonial: "A reliable partner for our massive infrastructure goals.", rating: 5,
handle: "@UrbanDev", imageSrc: "http://img.b2bpic.net/free-photo/top-view-unrecognizable-person-making-corrections-blueprint-sketch_1098-18835.jpg"},
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={[ buttons={[
{ {
text: "Our Capabilities", text: "Our Capabilities", href: "#capabilities"},
href: "#capabilities",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#contact"},
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={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg", alt: "Avatar 1"},
alt: "Avatar 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/professional-architects-looking-plan_23-2147702511.jpg", src: "http://img.b2bpic.net/free-photo/professional-architects-looking-plan_23-2147702511.jpg", alt: "Avatar 2"},
alt: "Avatar 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-men-with-safety-vests-showing-approval_23-2148269348.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-men-with-safety-vests-showing-approval_23-2148269348.jpg", alt: "Avatar 3"},
alt: "Avatar 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/three-architects-front-building-with-big-windows_23-2147702506.jpg", src: "http://img.b2bpic.net/free-photo/three-architects-front-building-with-big-windows_23-2147702506.jpg", alt: "Avatar 4"},
alt: "Avatar 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/from-people-near-drafts-laptop_23-2147785637.jpg", src: "http://img.b2bpic.net/free-photo/from-people-near-drafts-laptop_23-2147785637.jpg", alt: "Avatar 5"},
alt: "Avatar 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Civil Engineering"},
text: "Civil Engineering",
},
{ {
type: "text", type: "text", text: "Infrastructure Growth"},
text: "Infrastructure Growth",
},
{ {
type: "text", type: "text", text: "Precision Planning"},
text: "Precision Planning",
},
{ {
type: "text", type: "text", text: "Industrial Standards"},
text: "Industrial Standards",
},
{ {
type: "text", type: "text", text: "Project Management"},
text: "Project Management",
},
]} ]}
/> />
</div> </div>
@@ -165,9 +110,7 @@ export default function LandingPage() {
title="Our Company Overview" title="Our Company Overview"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -179,38 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Civil Construction", author: "Infrastructure", description: "High-quality civil engineering and project management.", tags: [
title: "Civil Construction", "Engineering", "Construction"],
author: "Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589585.jpg"},
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", id: "2", title: "Infrastructure Development", author: "Engineering", description: "Sustainable and scalable infrastructure projects.", tags: [
title: "Infrastructure Development", "Development", "SaaS"],
author: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg"},
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", id: "3", title: "Project Consultancy", author: "Management", description: "Detailed project consultancy and architectural planning.", tags: [
title: "Project Consultancy", "Consultancy", "Design"],
author: "Management", imageSrc: "http://img.b2bpic.net/free-photo/safety-glasses-blueprint-near-laptop-notebook_23-2147831943.jpg"},
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" 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." 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"> <div id="metrics" data-section="metrics">
<MetricCardEleven <MetricCardEleven
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", 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"},
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", 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"},
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", 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"},
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" title="Our Professional Footprint"
description="Established with expertise and dedicated leadership, we maintain the highest standards of professional conduct." 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} useInvertedBackground={false}
groups={[ groups={[
{ {
id: "g1", id: "g1", groupTitle: "Management", members: [
groupTitle: "Management",
members: [
{ {
id: "t1", 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"},
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", 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"},
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" title="Experienced Leadership"
@@ -288,12 +182,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Sadh Baba", "Sadh Baba", "RoC Patna", "Infrastructure Group", "Civil Engineering Pro", "Engineering Solutions"]}
"RoC Patna",
"Infrastructure Group",
"Civil Engineering Pro",
"Engineering Solutions",
]}
title="Corporate Partners" title="Corporate Partners"
description="Aligning with industry excellence." description="Aligning with industry excellence."
/> />
@@ -304,20 +193,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Where is the company registered?", content: "The company is registered at RoC-Patna, Barh, Patna."},
title: "Where is the company registered?",
content: "The company is registered at RoC-Patna, Barh, Patna.",
},
{ {
id: "q2", id: "q2", title: "What is the primary industry?", content: "Civil Engineering (NIC Code 42900)."},
title: "What is the primary industry?",
content: "Civil Engineering (NIC Code 42900).",
},
{ {
id: "q3", id: "q3", title: "Are you hiring?", content: "We are consistently expanding our project footprint; please reach out to us."},
title: "Are you hiring?",
content: "We are consistently expanding our project footprint; please reach out to us.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
@@ -328,8 +208,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
tag="Contact" tag="Contact"
title="Get in Touch" title="Get in Touch"
description="Have inquiries? Reach out to our management team for collaboration and civil engineering inquiries." 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" logoText="Sadh Baba Construction"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "About", label: "About", href: "#overview"},
href: "#overview",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}