Merge version_1 into main #1
362
src/app/page.tsx
362
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Building, Gauge, Star } from "lucide-react";
|
||||
import { Building, Gauge, Star, Home, ScrollText, MapPinned, Paintbrush, Columns } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,117 +34,71 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about-us",
|
||||
},
|
||||
name: "About Us", id: "#about-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "CMDA Approval",
|
||||
id: "#cmda-approval",
|
||||
},
|
||||
name: "CMDA Approval", id: "#cmda-approval"},
|
||||
{
|
||||
name: "Surveying",
|
||||
id: "#surveying",
|
||||
},
|
||||
name: "Surveying", id: "#surveying"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6dolfm"
|
||||
logoAlt="Sai Krishna Construction Logo"
|
||||
brandName="Sai Krishna Construction"
|
||||
button={{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Free Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Building Chennai's Future with Engineering Excellence"
|
||||
description="CMDA-registered engineer and licensed surveyor delivering premium residential, commercial, and renovation solutions across Chennai with 10 years of proven excellence and 350 satisfied clients."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
||||
alt: "John Doe, Project Manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "John Doe, Project Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
alt: "Jane Smith, Lead Engineer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Jane Smith, Lead Engineer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-with-helmet-office_23-2148908960.jpg",
|
||||
alt: "Vijay Kumar, Site Supervisor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-with-helmet-office_23-2148908960.jpg", alt: "Vijay Kumar, Site Supervisor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-carefree-woman-engineer-laughs-happily-keeps-arms-folded-looks-away-satisfied-with-quick-construction-work_273609-52158.jpg",
|
||||
alt: "Smiling young engineer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-carefree-woman-engineer-laughs-happily-keeps-arms-folded-looks-away-satisfied-with-quick-construction-work_273609-52158.jpg", alt: "Smiling young engineer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-architect-posing-his-office_23-2148242944.jpg",
|
||||
alt: "Confident construction manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-architect-posing-his-office_23-2148242944.jpg", alt: "Confident construction manager"},
|
||||
]}
|
||||
avatarText="Trusted by 350+ clients across Chennai"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Our Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "View Our Projects", href: "#projects"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/architect-showing-miniature-projects_23-2148242924.jpg",
|
||||
alt: "CMDA Registered",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/architect-showing-miniature-projects_23-2148242924.jpg", alt: "CMDA Registered"},
|
||||
{
|
||||
type: "text", text: "CMDA Registered"},
|
||||
{
|
||||
type: "text-icon", text: "Licensed Surveyor", icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "CMDA Registered",
|
||||
type: "text", text: "10+ Years Experience"},
|
||||
{
|
||||
type: "text-icon", text: "350+ Projects", icon: Building,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed Surveyor",
|
||||
icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "10+ Years Experience",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "350+ Projects",
|
||||
icon: Building,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "4.9/5 Star Rating",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "4.9/5 Star Rating", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -155,17 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sai Krishna Construction: Your Trusted Partner in Chennai's Development",
|
||||
},
|
||||
type: "text", content: "Sai Krishna Construction: Your Trusted Partner in Chennai's Development"},
|
||||
{
|
||||
type: "text", content: "As a CMDA-registered engineering and surveying firm, Sai Krishna Construction brings a decade of expertise to Chennai's diverse landscape. We specialize in delivering premium residential and commercial projects, from luxury villas to modern apartment complexes and commercial spaces. Our commitment to precision, regulatory compliance, and timely execution ensures every project meets the highest standards of quality and client satisfaction. We handle everything from initial land surveying and structural consultancy to obtaining CMDA approvals, providing a seamless and transparent experience."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
description="As a CMDA-registered engineering and surveying firm, Sai Krishna Construction brings a decade of expertise to Chennai's diverse landscape. We specialize in delivering premium residential and commercial projects, from luxury villas to modern apartment complexes and commercial spaces. Our commitment to precision, regulatory compliance, and timely execution ensures every project meets the highest standards of quality and client satisfaction. We handle everything from initial land surveying and structural consultancy to obtaining CMDA approvals, providing a seamless and transparent experience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg"
|
||||
imageAlt="Architects reviewing blueprints at a construction site meeting"
|
||||
/>
|
||||
@@ -177,46 +129,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Construction",
|
||||
description: "Crafting premium villas, independent houses, and bespoke apartment complexes with unmatched quality and aesthetics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-drill_23-2149366640.jpg",
|
||||
imageAlt: "Luxury residential villa exterior",
|
||||
buttonIcon: "Home",
|
||||
title: "Residential Construction", description: "Crafting premium villas, independent houses, and bespoke apartment complexes with unmatched quality and aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-drill_23-2149366640.jpg", imageAlt: "Luxury residential villa exterior", buttonIcon: Home,
|
||||
},
|
||||
{
|
||||
title: "Commercial Construction",
|
||||
description: "Developing robust and modern commercial buildings, office spaces, retail outlets, and industrial facilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-modern-residential-complex-near-water-new-housing-by-lake_169016-69026.jpg",
|
||||
imageAlt: "Modern commercial building facade",
|
||||
buttonIcon: "Building",
|
||||
title: "Commercial Construction", description: "Developing robust and modern commercial buildings, office spaces, retail outlets, and industrial facilities.", imageSrc: "http://img.b2bpic.net/free-photo/construction-crane-modern-residential-complex-near-water-new-housing-by-lake_169016-69026.jpg", imageAlt: "Modern commercial building facade", buttonIcon: Building,
|
||||
},
|
||||
{
|
||||
title: "CMDA Approval Services",
|
||||
description: "Expert assistance in navigating complex CMDA regulations for swift and hassle-free project approvals and clearances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg",
|
||||
imageAlt: "Legal documents for construction approval",
|
||||
buttonIcon: "ScrollText",
|
||||
title: "CMDA Approval Services", description: "Expert assistance in navigating complex CMDA regulations for swift and hassle-free project approvals and clearances.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601348.jpg", imageAlt: "Legal documents for construction approval", buttonIcon: ScrollText,
|
||||
},
|
||||
{
|
||||
title: "Land Surveying",
|
||||
description: "Precise land demarcation, topographical surveys, and boundary mapping using advanced surveying technologies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laser-level-measuring-tool_93675-128435.jpg",
|
||||
imageAlt: "Land surveying equipment in the field",
|
||||
buttonIcon: "MapPinned",
|
||||
title: "Land Surveying", description: "Precise land demarcation, topographical surveys, and boundary mapping using advanced surveying technologies.", imageSrc: "http://img.b2bpic.net/free-photo/laser-level-measuring-tool_93675-128435.jpg", imageAlt: "Land surveying equipment in the field", buttonIcon: MapPinned,
|
||||
},
|
||||
{
|
||||
title: "Renovation & Remodeling",
|
||||
description: "Transforming existing spaces into modern, functional, and aesthetically pleasing environments for homes and businesses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-as-team_23-2149366692.jpg",
|
||||
imageAlt: "Home renovation modern interior",
|
||||
buttonIcon: "Paintbrush",
|
||||
title: "Renovation & Remodeling", description: "Transforming existing spaces into modern, functional, and aesthetically pleasing environments for homes and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-as-team_23-2149366692.jpg", imageAlt: "Home renovation modern interior", buttonIcon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Structural Consultancy",
|
||||
description: "Providing expert structural analysis, design, and integrity assessment for new and existing constructions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-construction_23-2150772906.jpg",
|
||||
imageAlt: "Structural engineering blueprint design",
|
||||
buttonIcon: "Columns",
|
||||
title: "Structural Consultancy", description: "Providing expert structural analysis, design, and integrity assessment for new and existing constructions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-construction_23-2150772906.jpg", imageAlt: "Structural engineering blueprint design", buttonIcon: Columns,
|
||||
},
|
||||
]}
|
||||
title="Our Core Engineering & Construction Services"
|
||||
@@ -233,47 +161,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "villa-project-1",
|
||||
name: "Luxury Villa Estates",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004036.jpg",
|
||||
imageAlt: "Completed luxury villa exterior",
|
||||
},
|
||||
id: "villa-project-1", name: "Luxury Villa Estates", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/3d-house-model-with-modern-architecture_23-2151004036.jpg", imageAlt: "Completed luxury villa exterior"},
|
||||
{
|
||||
id: "apartment-project-1",
|
||||
name: "Modern Apartment Complex",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-building-downtown-concept_53876-42976.jpg",
|
||||
imageAlt: "Contemporary apartment complex",
|
||||
},
|
||||
id: "apartment-project-1", name: "Modern Apartment Complex", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/business-building-downtown-concept_53876-42976.jpg", imageAlt: "Contemporary apartment complex"},
|
||||
{
|
||||
id: "office-tower-1",
|
||||
name: "Corporate Office Tower",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-business-buildings_1359-172.jpg",
|
||||
imageAlt: "Modern glass office building",
|
||||
},
|
||||
id: "office-tower-1", name: "Corporate Office Tower", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-business-buildings_1359-172.jpg", imageAlt: "Modern glass office building"},
|
||||
{
|
||||
id: "retail-space-1",
|
||||
name: "Premium Retail Hub",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797675.jpg",
|
||||
imageAlt: "Modern retail store interior",
|
||||
},
|
||||
id: "retail-space-1", name: "Premium Retail Hub", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797675.jpg", imageAlt: "Modern retail store interior"},
|
||||
{
|
||||
id: "industrial-shed-1",
|
||||
name: "Advanced Industrial Shed",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1924.jpg",
|
||||
imageAlt: "Industrial warehouse exterior",
|
||||
},
|
||||
id: "industrial-shed-1", name: "Advanced Industrial Shed", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1924.jpg", imageAlt: "Industrial warehouse exterior"},
|
||||
{
|
||||
id: "landscaping-1",
|
||||
name: "Integrated Landscaping",
|
||||
price: "Chennai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg",
|
||||
imageAlt: "Modern landscape design",
|
||||
},
|
||||
id: "landscaping-1", name: "Integrated Landscaping", price: "Chennai", imageSrc: "http://img.b2bpic.net/free-photo/skilful-gardener-using-highaltitude-hedge-trimmer-while-shaping-bush-topiary-garden-side-view_7502-10480.jpg", imageAlt: "Modern landscape design"},
|
||||
]}
|
||||
title="Our Illustrious Project Portfolio"
|
||||
description="Explore a selection of our successfully completed residential and commercial projects, showcasing our commitment to quality, design, and engineering excellence across Chennai."
|
||||
@@ -287,26 +185,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
description: "A decade of mastering construction and engineering in Chennai.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5668.jpg",
|
||||
},
|
||||
id: "years-experience", value: "10+", title: "Years of Experience", description: "A decade of mastering construction and engineering in Chennai.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-sunglasses-catching-car-business-centre_176420-5668.jpg"},
|
||||
{
|
||||
id: "satisfied-clients",
|
||||
value: "350+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Our growing family of happy homeowners and commercial developers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342436.jpg",
|
||||
},
|
||||
id: "satisfied-clients", value: "350+", title: "Satisfied Clients", description: "Our growing family of happy homeowners and commercial developers.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342436.jpg"},
|
||||
{
|
||||
id: "client-rating",
|
||||
value: "4.9",
|
||||
title: "Average Client Rating",
|
||||
description: "Consistently high ratings reflect our service quality and project delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16431.jpg",
|
||||
},
|
||||
id: "client-rating", value: "4.9", title: "Average Client Rating", description: "Consistently high ratings reflect our service quality and project delivery.", imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16431.jpg"},
|
||||
]}
|
||||
title="Our Track Record of Excellence"
|
||||
description="Decades of dedicated service and unwavering commitment to client satisfaction define our success. See the numbers that speak for themselves."
|
||||
@@ -318,15 +201,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CMDA Registered",
|
||||
"Licensed Surveyor",
|
||||
"ABC Developers",
|
||||
"Grand Infra",
|
||||
"Prime Architects",
|
||||
"Apex Finance",
|
||||
"Elite Interiors",
|
||||
"GreenScape Designs",
|
||||
]}
|
||||
"CMDA Registered", "Licensed Surveyor", "ABC Developers", "Grand Infra", "Prime Architects", "Apex Finance", "Elite Interiors", "GreenScape Designs"]}
|
||||
title="Trusted Certifications & Partners"
|
||||
description="Our credibility is built on official recognition and strong partnerships. We are proud to be a CMDA-registered firm and work with industry leaders."
|
||||
/>
|
||||
@@ -341,45 +216,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Homeowner",
|
||||
company: "Chennai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-big-mug-tea_1098-17594.jpg",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Homeowner", company: "Chennai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-big-mug-tea_1098-17594.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ramesh Kumar",
|
||||
role: "Property Developer",
|
||||
company: "RK Estates",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-mature-business-leader-with-laptop_74855-3534.jpg",
|
||||
},
|
||||
id: "2", name: "Ramesh Kumar", role: "Property Developer", company: "RK Estates", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-mature-business-leader-with-laptop_74855-3534.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Mehta",
|
||||
role: "Villa Owner",
|
||||
company: "Chennai",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg",
|
||||
},
|
||||
id: "3", name: "Anjali Mehta", role: "Villa Owner", company: "Chennai", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Karthik",
|
||||
role: "Clinic Owner",
|
||||
company: "Karthik Medical",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-builder-works_1398-1739.jpg",
|
||||
},
|
||||
id: "4", name: "Dr. Karthik", role: "Clinic Owner", company: "Karthik Medical", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-builder-works_1398-1739.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Siddharth Rao",
|
||||
role: "Startup Founder",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg",
|
||||
},
|
||||
id: "5", name: "Siddharth Rao", role: "Startup Founder", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097919.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say About Us"
|
||||
description="Hear directly from our satisfied clients about their experience with Sai Krishna Construction, highlighting our dedication to quality and service."
|
||||
@@ -392,25 +242,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of construction projects do you handle?",
|
||||
content: "We specialize in both residential (villas, apartments) and commercial (office buildings, retail, industrial) construction projects. We also undertake renovation and remodeling.",
|
||||
},
|
||||
id: "q1", title: "What types of construction projects do you handle?", content: "We specialize in both residential (villas, apartments) and commercial (office buildings, retail, industrial) construction projects. We also undertake renovation and remodeling."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you registered with CMDA?",
|
||||
content: "Yes, Sai Krishna Construction is a fully CMDA-registered engineering and surveying firm, ensuring all our projects adhere to local regulations and standards.",
|
||||
},
|
||||
id: "q2", title: "Are you registered with CMDA?", content: "Yes, Sai Krishna Construction is a fully CMDA-registered engineering and surveying firm, ensuring all our projects adhere to local regulations and standards."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is your process for new construction?",
|
||||
content: "Our process typically involves initial consultation, site survey, architectural design, CMDA approval assistance, structural design, construction, and final handover. We maintain transparent communication throughout.",
|
||||
},
|
||||
id: "q3", title: "What is your process for new construction?", content: "Our process typically involves initial consultation, site survey, architectural design, CMDA approval assistance, structural design, construction, and final handover. We maintain transparent communication throughout."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How do you ensure project quality and timely delivery?",
|
||||
content: "We employ experienced engineers and skilled labor, use high-quality materials, and implement rigorous project management with regular site inspections to ensure superior quality and adherence to timelines.",
|
||||
},
|
||||
id: "q4", title: "How do you ensure project quality and timely delivery?", content: "We employ experienced engineers and skilled labor, use high-quality materials, and implement rigorous project management with regular site inspections to ensure superior quality and adherence to timelines."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our services, process, and CMDA approval procedures."
|
||||
@@ -425,28 +263,17 @@ export default function LandingPage() {
|
||||
description="Ready to start your next construction project in Chennai? Contact us today for a free consultation and let our experts guide you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-using-laptop-construction-side_329181-3772.jpg"
|
||||
@@ -464,66 +291,39 @@ export default function LandingPage() {
|
||||
logoText="Sai Krishna Construction"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Construction",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Residential Construction", href: "#services"},
|
||||
{
|
||||
label: "Commercial Construction",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial Construction", href: "#services"},
|
||||
{
|
||||
label: "CMDA Approval",
|
||||
href: "#services",
|
||||
},
|
||||
label: "CMDA Approval", href: "#services"},
|
||||
{
|
||||
label: "Land Surveying",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Land Surveying", href: "#services"},
|
||||
{
|
||||
label: "Renovation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Renovation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user