Merge version_1 into main #1
252
src/app/page.tsx
252
src/app/page.tsx
@@ -30,22 +30,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Neelshivam"
|
||||
/>
|
||||
@@ -56,14 +48,8 @@ export default function LandingPage() {
|
||||
logoText="NEELSHIVAM DESIGN AND CONSTRUCTIONS"
|
||||
description="Your trusted partner for premium house planning, architectural design, and end-to-end civil engineering solutions. Building dreams with precision and quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
{ text: "Request a Quote", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-building-construction_23-2148230387.jpg"
|
||||
imageAlt="modern construction project site"
|
||||
@@ -76,21 +62,9 @@ export default function LandingPage() {
|
||||
title="Why Choose Neelshivam?"
|
||||
description="We combine structural integrity with modern aesthetic to deliver homes that last generations."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Expert Engineering",
|
||||
content: "Our structural designs ensure maximum safety and durability, adhering to the highest civil engineering standards.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Transparent Planning",
|
||||
content: "Clear, detailed 2D/3D plans and honest cost estimations keep your project on budget and on schedule.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Quality Materials",
|
||||
content: "We never compromise on materials; we use high-grade supplies to ensure premium finish and longevity.",
|
||||
},
|
||||
{ id: "1", title: "Expert Engineering", content: "Our structural designs ensure maximum safety and durability, adhering to the highest civil engineering standards." },
|
||||
{ id: "2", title: "Transparent Planning", content: "Clear, detailed 2D/3D plans and honest cost estimations keep your project on budget and on schedule." },
|
||||
{ id: "3", title: "Quality Materials", content: "We never compromise on materials; we use high-grade supplies to ensure premium finish and longevity." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architecture-concept-with-blank-page-clipboard_23-2147813103.jpg"
|
||||
imageAlt="civil engineering blueprints house design"
|
||||
@@ -104,21 +78,9 @@ export default function LandingPage() {
|
||||
title="Our Specialized Services"
|
||||
description="From blueprint to final interior decor, we handle every aspect of your project."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Building Planning & Design",
|
||||
content: "Customized 2D and 3D house designs and planning tailored to your vision and local geography.",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Interior Design & Elevation",
|
||||
content: "Beautiful, functional interiors and striking modern elevations that make your home stand out.",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Complete Construction",
|
||||
content: "End-to-end residential construction management ensuring on-time delivery and high craftsmanship.",
|
||||
},
|
||||
{ id: "s1", title: "Building Planning & Design", content: "Customized 2D and 3D house designs and planning tailored to your vision and local geography." },
|
||||
{ id: "s2", title: "Interior Design & Elevation", content: "Beautiful, functional interiors and striking modern elevations that make your home stand out." },
|
||||
{ id: "s3", title: "Complete Construction", content: "End-to-end residential construction management ensuring on-time delivery and high craftsmanship." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-interior-design-isometric-room_23-2151869975.jpg"
|
||||
imageAlt="modern luxury interior design rendering"
|
||||
@@ -134,42 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Residential Villa",
|
||||
price: "High-End",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25330.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Interiors",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-s-hands-measure-adjust-metal-profile-mounting-plasterboard-ceiling-frame-close-up-selective-focus-hands-specialist-industrial-renovation-renovation_166373-1905.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Urban Building Design",
|
||||
price: "Complex",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Structural Foundation",
|
||||
price: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Commercial Complex",
|
||||
price: "Large Scale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Steel Structure Build",
|
||||
price: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Modern Residential Villa", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-using-phone_1303-25330.jpg" },
|
||||
{ id: "p2", name: "Luxury Interiors", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/worker-s-hands-measure-adjust-metal-profile-mounting-plasterboard-ceiling-frame-close-up-selective-focus-hands-specialist-industrial-renovation-renovation_166373-1905.jpg" },
|
||||
{ id: "p3", name: "Urban Building Design", price: "Complex", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" },
|
||||
{ id: "p4", name: "Structural Foundation", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/new-house-construction-site_23-2151933435.jpg" },
|
||||
{ id: "p5", name: "Commercial Complex", price: "Large Scale", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg" },
|
||||
{ id: "p6", name: "Steel Structure Build", price: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-swimming-pool-blue-sky_23-2151974386.jpg" },
|
||||
]}
|
||||
title="Our Recent Projects"
|
||||
description="Browse our portfolio of completed residential and structural projects."
|
||||
@@ -178,25 +110,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Successful Projects",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
{ id: "m1", value: "100+", description: "Successful Projects" },
|
||||
{ id: "m2", value: "15+", description: "Years of Experience" },
|
||||
{ id: "m3", value: "98%", description: "Client Satisfaction" },
|
||||
]}
|
||||
title="Built on Expertise"
|
||||
description="Numbers reflect our commitment to excellence and reliability."
|
||||
@@ -209,60 +130,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anil K.",
|
||||
role: "Homeowner",
|
||||
company: "Residential Project",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Meera S.",
|
||||
role: "Homeowner",
|
||||
company: "Interior Project",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rajesh P.",
|
||||
role: "Businessman",
|
||||
company: "Commercial Build",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha V.",
|
||||
role: "Homeowner",
|
||||
company: "Villa Planning",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-holding-house-plans_23-2148895458.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram D.",
|
||||
role: "Investor",
|
||||
company: "Real Estate Dev",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-woman-sunglasses-look-camera_197531-33795.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Anil K.", role: "Homeowner", company: "Residential Project", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg" },
|
||||
{ id: "t2", name: "Meera S.", role: "Homeowner", company: "Interior Project", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg" },
|
||||
{ id: "t3", name: "Rajesh P.", role: "Businessman", company: "Commercial Build", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg" },
|
||||
{ id: "t4", name: "Sneha V.", role: "Homeowner", company: "Villa Planning", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-holding-house-plans_23-2148895458.jpg" },
|
||||
{ id: "t5", name: "Vikram D.", role: "Investor", company: "Real Estate Dev", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-woman-sunglasses-look-camera_197531-33795.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Timely Delivery",
|
||||
},
|
||||
{ value: "4.9/5", label: "Client Rating" },
|
||||
{ value: "100+", label: "Projects Completed" },
|
||||
{ value: "100%", label: "Timely Delivery" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds of homeowners for their design and construction needs."
|
||||
@@ -273,21 +150,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is the typical project timeline?",
|
||||
content: "Timelines vary depending on complexity and size. We provide a detailed project schedule during our consultation.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide end-to-end services?",
|
||||
content: "Yes, we handle everything from site planning and structural engineering to architectural interior design and construction.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do we get started?",
|
||||
content: "Simply fill out our contact form or give us a call, and we will schedule an initial site visit and consultation.",
|
||||
},
|
||||
{ id: "f1", title: "What is the typical project timeline?", content: "Timelines vary depending on complexity and size. We provide a detailed project schedule during our consultation." },
|
||||
{ id: "f2", title: "Do you provide end-to-end services?", content: "Yes, we handle everything from site planning and structural engineering to architectural interior design and construction." },
|
||||
{ id: "f3", title: "How do we get started?", content: "Simply fill out our contact form or give us a call, and we will schedule an initial site visit and consultation." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about starting your project with Neelshivam."
|
||||
@@ -298,9 +163,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Build Together"
|
||||
title="Request a Consultation"
|
||||
description="Ready to bring your vision to life? Contact Neelshivam Design and Constructions today."
|
||||
@@ -314,42 +177,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "+91 7019 487274",
|
||||
href: "tel:+917019487274",
|
||||
},
|
||||
{
|
||||
label: "muchlambesangmesh@gmail.com",
|
||||
href: "mailto:muchlambesangmesh@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "1st Floor, Neelshivam Enclave, Gumpa Road, Bidar - 585401",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [ { label: "Services", href: "#services" }, { label: "Projects", href: "#projects" }, { label: "Contact", href: "#contact" } ] },
|
||||
{ items: [ { label: "+91 7019 487274", href: "tel:+917019487274" }, { label: "muchlambesangmesh@gmail.com", href: "mailto:muchlambesangmesh@gmail.com" } ] },
|
||||
{ items: [ { label: "1st Floor, Neelshivam Enclave, Gumpa Road, Bidar - 585401", href: "#" } ] },
|
||||
]}
|
||||
logoText="Neelshivam"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user