4 Commits

Author SHA1 Message Date
443cef79cc Merge version_2 into main
Merge version_2 into main
2026-03-03 10:30:09 +00:00
980d9366dd Update src/app/page.tsx 2026-03-03 10:30:04 +00:00
a62818b766 Update src/app/layout.tsx 2026-03-03 10:30:03 +00:00
9ea2ebf017 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:14:44 +00:00
2 changed files with 39 additions and 163 deletions

View File

@@ -3,37 +3,22 @@ import { Poppins } from "next/font/google";
import "./globals.css";
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan",
description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.",
keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning",
metadataBase: new URL("https://www.liftplan.com"),
title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan", description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.", keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning", metadataBase: new URL("https://www.liftplan.com"),
alternates: {
canonical: "https://www.liftplan.com",
},
canonical: "https://www.liftplan.com"},
openGraph: {
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan",
description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.",
url: "https://www.liftplan.com",
siteName: "LiftPlan Consulting",
type: "website",
images: [
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan", description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.", url: "https://www.liftplan.com", siteName: "LiftPlan Consulting", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg",
alt: "Elevator planning consultation",
},
url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", alt: "Elevator planning consultation"},
],
},
twitter: {
card: "summary_large_image",
title: "Accurate Elevator Planning | LiftPlan",
description: "Professional vertical transportation studies based on Neufert standards.",
images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"],
card: "summary_large_image", title: "Accurate Elevator Planning | LiftPlan", description: "Professional vertical transportation studies based on Neufert standards.", images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"],
},
robots: {
index: true,
@@ -1420,4 +1405,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -66,9 +66,7 @@ export default function HomePage() {
navItems={navItems}
brandName="LiftPlan"
button={{
text: "Get Consultation",
href: "/contact",
}}
text: "Get Consultation", href: "/contact"}}
/>
</div>
@@ -86,11 +84,8 @@ export default function HomePage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Elevator Planning Metrics",
logoIcon: Building2,
imageSrc: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg",
searchPlaceholder: "Analyze your building...",
buttons: [
title: "Elevator Planning Metrics", logoIcon: Building2,
imageSrc: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", searchPlaceholder: "Analyze your building...", buttons: [
{ text: "View Methods", href: "/services" },
{ text: "Get Quote", href: "/contact" },
],
@@ -101,46 +96,32 @@ export default function HomePage() {
],
stats: [
{
title: "Projects Completed",
values: [145, 162, 189],
description: "Successful studies delivered",
},
title: "Projects Completed", values: [145, 162, 189],
description: "Successful studies delivered"},
{
title: "Buildings Analyzed",
values: [287, 342, 418],
description: "Properties optimized",
},
title: "Buildings Analyzed", values: [287, 342, 418],
description: "Properties optimized"},
{
title: "Floors Calculated",
values: [2450, 3120, 3850],
description: "Comprehensive planning",
},
title: "Floors Calculated", values: [2450, 3120, 3850],
description: "Comprehensive planning"},
],
chartTitle: "Project Growth",
chartData: [
chartTitle: "Project Growth", chartData: [
{ value: 45 },
{ value: 62 },
{ value: 78 },
{ value: 89 },
{ value: 95 },
],
listTitle: "Recent Studies",
listItems: [
listTitle: "Recent Studies", listItems: [
{
icon: Building2,
title: "Office Complex - 45 floors",
status: "Completed",
},
title: "Office Complex - 45 floors", status: "Completed"},
{
icon: Home,
title: "Residential Tower - 60 floors",
status: "In Progress",
},
title: "Residential Tower - 60 floors", status: "In Progress"},
{
icon: Hotel,
title: "Hotel Tower - 35 floors",
status: "Completed",
},
title: "Hotel Tower - 35 floors", status: "Completed"},
],
}}
/>
@@ -158,35 +139,17 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "Population Calculation",
description: "Precise occupant density analysis based on floor area and building type standards.",
bentoComponent: "animated-bar-chart",
},
title: "Population Calculation", description: "Precise occupant density analysis based on floor area and building type standards.", bentoComponent: "animated-bar-chart"},
{
title: "Traffic Analysis",
description: "5-minute handling capacity and peak-hour demand calculations using Neufert data.",
bentoComponent: "line-chart",
},
title: "Traffic Analysis", description: "5-minute handling capacity and peak-hour demand calculations using Neufert data.", bentoComponent: "line-chart"},
{
title: "Interval Calculation",
description: "Optimal elevator interval sizing to ensure efficient passenger handling and wait times.",
bentoComponent: "animated-bar-chart",
},
title: "Interval Calculation", description: "Optimal elevator interval sizing to ensure efficient passenger handling and wait times.", bentoComponent: "animated-bar-chart"},
{
title: "Core Space Optimization",
description: "Strategic shaft planning and core sizing to maximize usable floor space.",
bentoComponent: "line-chart",
},
title: "Core Space Optimization", description: "Strategic shaft planning and core sizing to maximize usable floor space.", bentoComponent: "line-chart"},
{
title: "Sizing & Shaft Planning",
description: "Precise car dimensions and shaft layouts for safety and operational efficiency.",
bentoComponent: "animated-bar-chart",
},
title: "Sizing & Shaft Planning", description: "Precise car dimensions and shaft layouts for safety and operational efficiency.", bentoComponent: "animated-bar-chart"},
{
title: "Hospital Bed Lift Planning",
description: "Specialized calculations for medical facilities with bed transport requirements.",
bentoComponent: "line-chart",
},
title: "Hospital Bed Lift Planning", description: "Specialized calculations for medical facilities with bed transport requirements.", bentoComponent: "line-chart"},
]}
/>
</div>
@@ -216,25 +179,13 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "200+",
description: "Projects Completed Successfully",
},
id: "1", value: "200+", description: "Projects Completed Successfully"},
{
id: "2",
value: "25+",
description: "Years of Combined Expertise",
},
id: "2", value: "25+", description: "Years of Combined Expertise"},
{
id: "3",
value: "98%",
description: "Client Satisfaction Rate",
},
id: "3", value: "98%", description: "Client Satisfaction Rate"},
{
id: "4",
value: "48-72 hrs",
description: "Average Project Turnaround",
},
id: "4", value: "48-72 hrs", description: "Average Project Turnaround"},
]}
/>
</div>
@@ -250,77 +201,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell, Principal Architect at MitchellDesign",
date: "Date: 15 November 2024",
title: "Precise Calculations, Fast Delivery",
quote: "LiftPlan provided exact elevator calculations for our 42-story residential tower. Their Neufert-based analysis was thorough and delivered within 48 hours. We've recommended them to colleagues.",
tag: "Residential Development",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Sarah Mitchell",
imageSrc: "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg?_wi=1",
imageAlt: "Residential tower project",
},
id: "1", name: "Sarah Mitchell, Principal Architect at MitchellDesign", date: "Date: 15 November 2024", title: "Precise Calculations, Fast Delivery", quote: "LiftPlan provided exact elevator calculations for our 42-story residential tower. Their Neufert-based analysis was thorough and delivered within 48 hours. We've recommended them to colleagues.", tag: "Residential Development", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg?_wi=1", imageAlt: "Residential tower project"},
{
id: "2",
name: "James Chen, Director of Development at Urban Properties",
date: "Date: 08 November 2024",
title: "Technical Accuracy We Can Trust",
quote: "We've used LiftPlan for multiple mixed-use developments. Their elevator planning methodology is rigorous and based on solid engineering principles. Professional team, reliable results.",
tag: "Mixed-Use Development",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
avatarAlt: "James Chen",
imageSrc: "http://img.b2bpic.net/free-vector/building-collection-concept_23-2147906873.jpg?_wi=1",
imageAlt: "Mixed-use development",
},
id: "2", name: "James Chen, Director of Development at Urban Properties", date: "Date: 08 November 2024", title: "Technical Accuracy We Can Trust", quote: "We've used LiftPlan for multiple mixed-use developments. Their elevator planning methodology is rigorous and based on solid engineering principles. Professional team, reliable results.", tag: "Mixed-Use Development", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", avatarAlt: "James Chen", imageSrc: "http://img.b2bpic.net/free-vector/building-collection-concept_23-2147906873.jpg?_wi=1", imageAlt: "Mixed-use development"},
{
id: "3",
name: "Dr. Lisa Patel, Hospital Planning Director",
date: "Date: 01 November 2024",
title: "Expert in Healthcare Facility Planning",
quote: "For our new medical facility, LiftPlan's specialized bed lift planning was invaluable. They understood the unique requirements of healthcare buildings and delivered a comprehensive solution.",
tag: "Healthcare Facility",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
avatarAlt: "Dr. Lisa Patel",
imageSrc: "http://img.b2bpic.net/free-vector/hospital-flat-banner-set_1284-10889.jpg?_wi=1",
imageAlt: "Hospital facility design",
},
id: "3", name: "Dr. Lisa Patel, Hospital Planning Director", date: "Date: 01 November 2024", title: "Expert in Healthcare Facility Planning", quote: "For our new medical facility, LiftPlan's specialized bed lift planning was invaluable. They understood the unique requirements of healthcare buildings and delivered a comprehensive solution.", tag: "Healthcare Facility", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Dr. Lisa Patel", imageSrc: "http://img.b2bpic.net/free-vector/hospital-flat-banner-set_1284-10889.jpg?_wi=1", imageAlt: "Hospital facility design"},
{
id: "4",
name: "Robert Taylor, Senior Developer at Continental Real Estate",
date: "Date: 25 October 2024",
title: "Saved Us Time and Ensured Compliance",
quote: "LiftPlan's calculations helped us optimize our hotel tower design while ensuring full compliance with all standards. Their attention to detail and quick turnaround were impressive.",
tag: "Hospitality Development",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
avatarAlt: "Robert Taylor",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1",
imageAlt: "Hotel design project",
},
id: "4", name: "Robert Taylor, Senior Developer at Continental Real Estate", date: "Date: 25 October 2024", title: "Saved Us Time and Ensured Compliance", quote: "LiftPlan's calculations helped us optimize our hotel tower design while ensuring full compliance with all standards. Their attention to detail and quick turnaround were impressive.", tag: "Hospitality Development", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg", avatarAlt: "Robert Taylor", imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1", imageAlt: "Hotel design project"},
{
id: "5",
name: "Maria Rodriguez, Project Manager at BuildRight Consultants",
date: "Date: 18 October 2024",
title: "Professional and Knowledgeable Team",
quote: "Working with LiftPlan was seamless. They answered all our technical questions and provided detailed documentation. This is the kind of partner every developer needs.",
tag: "Commercial Office",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Maria Rodriguez",
imageSrc: "http://img.b2bpic.net/free-vector/building-collection-concept_23-2147906873.jpg?_wi=2",
imageAlt: "Commercial office project",
},
id: "5", name: "Maria Rodriguez, Project Manager at BuildRight Consultants", date: "Date: 18 October 2024", title: "Professional and Knowledgeable Team", quote: "Working with LiftPlan was seamless. They answered all our technical questions and provided detailed documentation. This is the kind of partner every developer needs.", tag: "Commercial Office", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/building-collection-concept_23-2147906873.jpg?_wi=2", imageAlt: "Commercial office project"},
{
id: "6",
name: "Thomas Anderson, Owner of Anderson Building Group",
date: "Date: 12 October 2024",
title: "Elevated Our Project from Start to Finish",
quote: "From initial consultation through final delivery, LiftPlan was professional, accurate, and responsive. Their elevator planning expertise made all the difference in our project's success.",
tag: "Building Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg",
avatarAlt: "Thomas Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg?_wi=2",
imageAlt: "Completed residential project",
},
id: "6", name: "Thomas Anderson, Owner of Anderson Building Group", date: "Date: 12 October 2024", title: "Elevated Our Project from Start to Finish", quote: "From initial consultation through final delivery, LiftPlan was professional, accurate, and responsive. Their elevator planning expertise made all the difference in our project's success.", tag: "Building Owner", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", avatarAlt: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/cross-stitch-pattern_23-2148145972.jpg?_wi=2", imageAlt: "Completed residential project"},
]}
/>
</div>
@@ -331,7 +222,7 @@ export default function HomePage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Get Your Elevator Study in 24-48 Hours"
description="Professional vertical transportation analysis from certified elevator planning experts. Contact us today for a consultation or submit your project details for a customized quote."
description="Submit your building specs and receive a detailed elevator analysis within 24-48 hours. Our certified experts will provide comprehensive vertical transportation planning based on Neufert standards, complete with recommendations and technical documentation."
buttons={[
{ text: "Call Now", href: "tel:+1234567890" },
{ text: "Request Consultation", href: "/contact" },
@@ -375,4 +266,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}