Update src/app/page.tsx

This commit is contained in:
2026-06-03 18:38:58 +00:00
parent 26463efb24
commit 41cf725700

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Projects",
id: "#projects",
},
name: "Projects", id: "#projects"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Jai Bhawani Construction"
/>
@@ -68,124 +54,70 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Building Dreams, Brick by Brick"
description="JAI BHAWANI CONSTRUCTION COMPANY AND KUMAWAT HOUSE offers unparalleled expertise in real estate development and construction. We turn visions into lasting structures."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317330.jpg",
imageAlt: "Modern construction site",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317330.jpg", imageAlt: "Modern construction site"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dark-kitchen-cabinets-with-gold-hardware-details-elegant-interior-with-wooden-counter-plant_169016-72764.jpg",
imageAlt: "Luxury home interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/dark-kitchen-cabinets-with-gold-hardware-details-elegant-interior-with-wooden-counter-plant_169016-72764.jpg", imageAlt: "Luxury home interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg",
imageAlt: "Architectural team collaboration",
},
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-692.jpg", imageAlt: "Architectural team collaboration"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799669.jpg",
imageAlt: "Sustainable building materials",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-house-model_23-2150799669.jpg", imageAlt: "Sustainable building materials"},
{
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg",
imageAlt: "Construction machinery",
},
imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194772.jpg", imageAlt: "Construction machinery"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-building-facade-with-balconies-varied-hues_84443-73937.jpg",
imageAlt: "New residential development",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-building-facade-with-balconies-varied-hues_84443-73937.jpg", imageAlt: "New residential development"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2831.jpg",
imageAlt: "3D architectural rendering",
},
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2831.jpg", imageAlt: "3D architectural rendering"},
{
imageSrc: "http://img.b2bpic.net/free-photo/part-minimalist-interior-house-decor-details_169016-22563.jpg",
imageAlt: "Finished modern office space",
},
imageSrc: "http://img.b2bpic.net/free-photo/part-minimalist-interior-house-decor-details_169016-22563.jpg", imageAlt: "Finished modern office space"},
{
imageSrc: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg",
imageAlt: "Happy clients with new house keys",
},
imageSrc: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg", imageAlt: "Happy clients with new house keys"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684444.jpg",
imageAlt: "Luxury bathroom interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684444.jpg", imageAlt: "Luxury bathroom interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/amazing-young-blonde-lady-walking-outdoors_171337-19414.jpg",
imageAlt: "City skyline with new developments",
},
imageSrc: "http://img.b2bpic.net/free-photo/amazing-young-blonde-lady-walking-outdoors_171337-19414.jpg", imageAlt: "City skyline with new developments"},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12106.jpg",
imageAlt: "Skilled construction worker portrait",
},
imageSrc: "http://img.b2bpic.net/free-photo/electrician-hard-hat-looks-wall-while-holding-electric-cable_169016-12106.jpg", imageAlt: "Skilled construction worker portrait"},
]}
tagAnimation="opacity"
buttons={[
{
text: "Explore Projects",
href: "#projects",
},
text: "Explore Projects", href: "#projects"},
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
buttonAnimation="opacity"
carouselPosition="right"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
alt: "Smiling businessman professional headshot",
},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Smiling businessman professional headshot"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "Young handsome successful man",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Young handsome successful man"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
alt: "Young business man posing with crossed arms",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", alt: "Young business man posing with crossed arms"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
alt: "Smiley business man",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Smiley business man"},
{
src: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
alt: "Business woman corporate banner concept",
},
src: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", alt: "Business woman corporate banner concept"},
]}
avatarText="Trusted by 500+ Clients"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2150147445.jpg",
alt: "Mechanical engineering logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2150147445.jpg", alt: "Mechanical engineering logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg",
alt: "Engineering design logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg", alt: "Engineering design logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gradient-construction-company-logo_23-2150053257.jpg",
alt: "Construction company logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/gradient-construction-company-logo_23-2150053257.jpg", alt: "Construction company logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg",
alt: "Modern design template logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", alt: "Modern design template logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/3d-tree-lit-by-sunlight_23-2150698122.jpg",
alt: "Sustainable building initiative logo",
},
type: "image", src: "http://img.b2bpic.net/free-photo/3d-tree-lit-by-sunlight_23-2150698122.jpg", alt: "Sustainable building initiative logo"},
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -199,12 +131,9 @@ export default function LandingPage() {
title="About Jai Bhawani Construction & Kumawat House"
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
buttonAnimation="opacity"
description="With decades of experience, Jai Bhawani Construction Company and Kumawat House is a trusted name in Rajasthan's real estate and construction industry. We pride ourselves on quality craftsmanship, innovative designs, and timely project delivery, ensuring client satisfaction at every step. Our commitment to excellence has earned us a reputation for reliability and integrity."
/>
</div>
@@ -214,41 +143,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Residential Construction",
description: "Crafting bespoke homes and modern residential complexes with superior quality and design.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-urban-infrastructure-residential-buildings_1308-189651.jpg",
imageAlt: "Residential construction",
},
title: "Residential Construction", description: "Crafting bespoke homes and modern residential complexes with superior quality and design.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-urban-infrastructure-residential-buildings_1308-189651.jpg", imageAlt: "Residential construction"},
{
title: "Commercial Projects",
description: "Developing robust and functional commercial spaces, including offices, retail, and industrial facilities.",
imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-large-windows_250224-110.jpg",
imageAlt: "Commercial building",
},
title: "Commercial Projects", description: "Developing robust and functional commercial spaces, including offices, retail, and industrial facilities.", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-large-windows_250224-110.jpg", imageAlt: "Commercial building"},
{
title: "Renovation & Remodeling",
description: "Transforming existing structures with innovative designs and quality craftsmanship to enhance value and aesthetics.",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lobby-with-bookshelf_1262-3517.jpg",
imageAlt: "Home renovation",
},
title: "Renovation & Remodeling", description: "Transforming existing structures with innovative designs and quality craftsmanship to enhance value and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lobby-with-bookshelf_1262-3517.jpg", imageAlt: "Home renovation"},
{
title: "Infrastructure Development",
description: "Building essential infrastructure like roads, bridges, and utilities that support community growth.",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26527.jpg",
imageAlt: "Road construction",
},
title: "Infrastructure Development", description: "Building essential infrastructure like roads, bridges, and utilities that support community growth.", imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26527.jpg", imageAlt: "Road construction"},
{
title: "Project Management",
description: "Expert oversight from concept to completion, ensuring projects are delivered on time and within budget.",
imageSrc: "http://img.b2bpic.net/free-photo/team-architects-collaborating-blueprints_23-2152006084.jpg",
imageAlt: "Construction project management",
},
title: "Project Management", description: "Expert oversight from concept to completion, ensuring projects are delivered on time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/team-architects-collaborating-blueprints_23-2152006084.jpg", imageAlt: "Construction project management"},
{
title: "Architectural Design",
description: "Collaborating with leading architects to create innovative and sustainable designs that stand the test of time.",
imageSrc: "http://img.b2bpic.net/free-photo/concept-building-model-construction-design-table-empty-workplace-maquette-urban-property-plan-used-real-estate-development-architectural-blueprints-structure_482257-30604.jpg",
imageAlt: "Architectural design",
},
title: "Architectural Design", description: "Collaborating with leading architects to create innovative and sustainable designs that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/concept-building-model-construction-design-table-empty-workplace-maquette-urban-property-plan-used-real-estate-development-architectural-blueprints-structure_482257-30604.jpg", imageAlt: "Architectural design"},
]}
title="Our Core Construction Services"
description="We offer a comprehensive range of construction and real estate services tailored to meet diverse needs, from residential to commercial projects, ensuring excellence in every build."
@@ -264,29 +169,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "25+",
title: "Years in Business",
description: "Over two decades of consistent growth and reliable service in construction.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-city-view_1417-1601.jpg",
imageAlt: "Calendar icon",
},
id: "m1", value: "25+", title: "Years in Business", description: "Over two decades of consistent growth and reliable service in construction.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-old-city-view_1417-1601.jpg", imageAlt: "Calendar icon"},
{
id: "m2",
value: "150+",
title: "Projects Completed",
description: "A diverse portfolio of successful residential, commercial, and infrastructure projects.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg",
imageAlt: "Completed projects",
},
id: "m2", value: "150+", title: "Projects Completed", description: "A diverse portfolio of successful residential, commercial, and infrastructure projects.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Completed projects"},
{
id: "m3",
value: "98%",
title: "Client Satisfaction",
description: "Our unwavering commitment to quality ensures a high rate of delighted clients.",
imageSrc: "http://img.b2bpic.net/free-photo/plan-strategy-target-aim-success-concept_53876-125391.jpg",
imageAlt: "Happy client",
},
id: "m3", value: "98%", title: "Client Satisfaction", description: "Our unwavering commitment to quality ensures a high rate of delighted clients.", imageSrc: "http://img.b2bpic.net/free-photo/plan-strategy-target-aim-success-concept_53876-125391.jpg", imageAlt: "Happy client"},
]}
title="Our Achievements & Impact"
description="Decades of dedication and hundreds of successful projects stand as a testament to our commitment to excellence and client satisfaction in the construction industry."
@@ -303,47 +190,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Green Meadows Residences",
price: "Luxury Living",
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1800.jpg",
imageAlt: "Luxury residential complex",
},
id: "p1", name: "Green Meadows Residences", price: "Luxury Living", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1800.jpg", imageAlt: "Luxury residential complex"},
{
id: "p2",
name: "Innovate Hub Commercial Tower",
price: "Modern Workspaces",
imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3316.jpg",
imageAlt: "Commercial office tower",
},
id: "p2", name: "Innovate Hub Commercial Tower", price: "Modern Workspaces", imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3316.jpg", imageAlt: "Commercial office tower"},
{
id: "p3",
name: "Elite Villa Collection",
price: "Exclusive Homes",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-vacation_23-2149204469.jpg",
imageAlt: "Private villa with swimming pool",
},
id: "p3", name: "Elite Villa Collection", price: "Exclusive Homes", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-vacation_23-2149204469.jpg", imageAlt: "Private villa with swimming pool"},
{
id: "p4",
name: "Urban Edge Apartments",
price: "Contemporary Interiors",
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg",
imageAlt: "Modern apartment interior",
},
id: "p4", name: "Urban Edge Apartments", price: "Contemporary Interiors", imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg", imageAlt: "Modern apartment interior"},
{
id: "p5",
name: "Eco-Village Estates",
price: "Sustainable Living",
imageSrc: "http://img.b2bpic.net/free-photo/green-building-with-balcony-gardens_23-2151990798.jpg",
imageAlt: "Sustainable home exterior",
},
id: "p5", name: "Eco-Village Estates", price: "Sustainable Living", imageSrc: "http://img.b2bpic.net/free-photo/green-building-with-balcony-gardens_23-2151990798.jpg", imageAlt: "Sustainable home exterior"},
{
id: "p6",
name: "Grand City Masterplan",
price: "Future Developments",
imageSrc: "http://img.b2bpic.net/free-photo/park-with-city_1127-3586.jpg",
imageAlt: "Architectural model of urban development",
},
id: "p6", name: "Grand City Masterplan", price: "Future Developments", imageSrc: "http://img.b2bpic.net/free-photo/park-with-city_1127-3586.jpg", imageAlt: "Architectural model of urban development"},
]}
title="Our Featured Projects"
description="Explore a selection of our finest residential and commercial developments, showcasing our commitment to quality, innovative design, and meticulous execution."
@@ -357,14 +214,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"SupplierCorp",
"FinanceBank",
"ArchDesign Studio",
"UrbanPlanners Inc",
"GreenTech Solutions",
"InfraBuild Co",
"QualityCement Ltd",
]}
"SupplierCorp", "FinanceBank", "ArchDesign Studio", "UrbanPlanners Inc", "GreenTech Solutions", "InfraBuild Co", "QualityCement Ltd"]}
title="Trusted Partners & Collaborations"
description="We've built strong relationships with leading suppliers, financial institutions, and industry experts, ensuring the highest quality materials and execution for every project undertaken by Jai Bhawani Construction Company."
tagAnimation="opacity"
@@ -378,41 +228,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Rajesh Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageAlt: "Rajesh Sharma",
},
id: "t1", name: "Rajesh Sharma", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rajesh Sharma"},
{
id: "t2",
name: "Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
imageAlt: "Priya Singh",
},
id: "t2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "Priya Singh"},
{
id: "t3",
name: "Anil Kumawat",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-outdoors_23-2148997293.jpg",
imageAlt: "Anil Kumawat",
},
id: "t3", name: "Anil Kumawat", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-old-man-outdoors_23-2148997293.jpg", imageAlt: "Anil Kumawat"},
{
id: "t4",
name: "Meena Devi",
imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg",
imageAlt: "Meena Devi",
},
id: "t4", name: "Meena Devi", imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg", imageAlt: "Meena Devi"},
{
id: "t5",
name: "Suresh Yadav",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-digitally-generated-paper-logistics-working_1134-928.jpg",
imageAlt: "Suresh Yadav",
},
id: "t5", name: "Suresh Yadav", imageSrc: "http://img.b2bpic.net/free-photo/laptop-digitally-generated-paper-logistics-working_1134-928.jpg", imageAlt: "Suresh Yadav"},
{
id: "t6",
name: "Kiran Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg",
imageAlt: "Kiran Gupta",
},
id: "t6", name: "Kiran Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg", imageAlt: "Kiran Gupta"},
]}
cardTitle="Building Trust, One Project at a Time"
cardTag="Hear from Our Valued Clients"
@@ -427,30 +253,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What types of construction projects do you undertake?",
content: "We specialize in a wide range of projects, including residential homes, commercial buildings, industrial facilities, and infrastructure development, tailored to client needs.",
},
id: "faq1", title: "What types of construction projects do you undertake?", content: "We specialize in a wide range of projects, including residential homes, commercial buildings, industrial facilities, and infrastructure development, tailored to client needs."},
{
id: "faq2",
title: "How do you ensure project quality and timely delivery?",
content: "Our process involves rigorous quality checks, experienced project managers, skilled labor, and a commitment to using high-grade materials, all meticulously planned to ensure timely and superior delivery.",
},
id: "faq2", title: "How do you ensure project quality and timely delivery?", content: "Our process involves rigorous quality checks, experienced project managers, skilled labor, and a commitment to using high-grade materials, all meticulously planned to ensure timely and superior delivery."},
{
id: "faq3",
title: "Can you assist with architectural design and planning?",
content: "Yes, we collaborate with a network of experienced architects and designers to provide comprehensive solutions from conceptual design to detailed planning and execution.",
},
id: "faq3", title: "Can you assist with architectural design and planning?", content: "Yes, we collaborate with a network of experienced architects and designers to provide comprehensive solutions from conceptual design to detailed planning and execution."},
{
id: "faq4",
title: "What is your approach to sustainability in construction?",
content: "We are committed to sustainable practices, incorporating eco-friendly materials, energy-efficient designs, and responsible waste management to minimize environmental impact.",
},
id: "faq4", title: "What is your approach to sustainability in construction?", content: "We are committed to sustainable practices, incorporating eco-friendly materials, energy-efficient designs, and responsible waste management to minimize environmental impact."},
{
id: "faq5",
title: "How can I get a quote for my project?",
content: "You can request a quote by filling out the contact form on our website or calling us directly. We'll schedule a consultation to understand your requirements and provide a detailed estimate.",
},
id: "faq5", title: "How can I get a quote for my project?", content: "You can request a quote by filling out the contact form on our website or calling us directly. We'll schedule a consultation to understand your requirements and provide a detailed estimate."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our construction process, services, and commitment to quality and transparency at Jai Bhawani Construction."
@@ -464,8 +275,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Let's Build Your Future Together"
description="Have a project in mind or need a consultation? Contact Jai Bhawani Construction Company & Kumawat House today. Our team is ready to assist you with expertise and dedication."
@@ -484,61 +294,37 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Services",
href: "#services",
},
label: "Our Services", href: "#services"},
{
label: "Projects",
href: "#projects",
},
label: "Projects", href: "#projects"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
items: [
{
label: "71 Shiv Vatika C, Manyawas, Jaipur",
href: "#",
},
label: "71 Shiv Vatika C, Manyawas, Jaipur", href: "#"},
{
label: "+91 98765 43210",
href: "tel:+919876543210",
},
label: "+91 98765 43210", href: "tel:+919876543210"},
{
label: "info@jaibhawani.com",
href: "mailto:info@jaibhawani.com",
},
label: "info@jaibhawani.com", href: "mailto:info@jaibhawani.com"},
{
label: "Open 24 Hours",
href: "#",
},
label: "Open 24 Hours", href: "#"},
],
},
]}