Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:30:10 +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"; import "./globals.css";
const poppins = Poppins({ const poppins = Poppins({
variable: "--font-poppins", variable: "--font-poppins", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan", 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"),
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: { alternates: {
canonical: "https://www.liftplan.com", canonical: "https://www.liftplan.com"},
},
openGraph: { openGraph: {
title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan", 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: [
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", url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", alt: "Elevator planning consultation"},
alt: "Elevator planning consultation",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", 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"],
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: { robots: {
index: true, index: true,

View File

@@ -66,9 +66,7 @@ export default function HomePage() {
navItems={navItems} navItems={navItems}
brandName="LiftPlan" brandName="LiftPlan"
button={{ button={{
text: "Get Consultation", text: "Get Consultation", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -86,11 +84,8 @@ export default function HomePage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Elevator Planning Metrics", title: "Elevator Planning Metrics", logoIcon: Building2,
logoIcon: Building2, imageSrc: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", searchPlaceholder: "Analyze your building...", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg",
searchPlaceholder: "Analyze your building...",
buttons: [
{ text: "View Methods", href: "/services" }, { text: "View Methods", href: "/services" },
{ text: "Get Quote", href: "/contact" }, { text: "Get Quote", href: "/contact" },
], ],
@@ -101,46 +96,32 @@ export default function HomePage() {
], ],
stats: [ stats: [
{ {
title: "Projects Completed", title: "Projects Completed", values: [145, 162, 189],
values: [145, 162, 189], description: "Successful studies delivered"},
description: "Successful studies delivered",
},
{ {
title: "Buildings Analyzed", title: "Buildings Analyzed", values: [287, 342, 418],
values: [287, 342, 418], description: "Properties optimized"},
description: "Properties optimized",
},
{ {
title: "Floors Calculated", title: "Floors Calculated", values: [2450, 3120, 3850],
values: [2450, 3120, 3850], description: "Comprehensive planning"},
description: "Comprehensive planning",
},
], ],
chartTitle: "Project Growth", chartTitle: "Project Growth", chartData: [
chartData: [
{ value: 45 }, { value: 45 },
{ value: 62 }, { value: 62 },
{ value: 78 }, { value: 78 },
{ value: 89 }, { value: 89 },
{ value: 95 }, { value: 95 },
], ],
listTitle: "Recent Studies", listTitle: "Recent Studies", listItems: [
listItems: [
{ {
icon: Building2, icon: Building2,
title: "Office Complex - 45 floors", title: "Office Complex - 45 floors", status: "Completed"},
status: "Completed",
},
{ {
icon: Home, icon: Home,
title: "Residential Tower - 60 floors", title: "Residential Tower - 60 floors", status: "In Progress"},
status: "In Progress",
},
{ {
icon: Hotel, icon: Hotel,
title: "Hotel Tower - 35 floors", title: "Hotel Tower - 35 floors", status: "Completed"},
status: "Completed",
},
], ],
}} }}
/> />
@@ -158,35 +139,17 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
title: "Population Calculation", title: "Population Calculation", description: "Precise occupant density analysis based on floor area and building type standards.", bentoComponent: "animated-bar-chart"},
description: "Precise occupant density analysis based on floor area and building type standards.",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Traffic Analysis", title: "Traffic Analysis", description: "5-minute handling capacity and peak-hour demand calculations using Neufert data.", bentoComponent: "line-chart"},
description: "5-minute handling capacity and peak-hour demand calculations using Neufert data.",
bentoComponent: "line-chart",
},
{ {
title: "Interval Calculation", title: "Interval Calculation", description: "Optimal elevator interval sizing to ensure efficient passenger handling and wait times.", bentoComponent: "animated-bar-chart"},
description: "Optimal elevator interval sizing to ensure efficient passenger handling and wait times.",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Core Space Optimization", title: "Core Space Optimization", description: "Strategic shaft planning and core sizing to maximize usable floor space.", bentoComponent: "line-chart"},
description: "Strategic shaft planning and core sizing to maximize usable floor space.",
bentoComponent: "line-chart",
},
{ {
title: "Sizing & Shaft Planning", title: "Sizing & Shaft Planning", description: "Precise car dimensions and shaft layouts for safety and operational efficiency.", bentoComponent: "animated-bar-chart"},
description: "Precise car dimensions and shaft layouts for safety and operational efficiency.",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Hospital Bed Lift Planning", title: "Hospital Bed Lift Planning", description: "Specialized calculations for medical facilities with bed transport requirements.", bentoComponent: "line-chart"},
description: "Specialized calculations for medical facilities with bed transport requirements.",
bentoComponent: "line-chart",
},
]} ]}
/> />
</div> </div>
@@ -216,25 +179,13 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "200+", description: "Projects Completed Successfully"},
value: "200+",
description: "Projects Completed Successfully",
},
{ {
id: "2", id: "2", value: "25+", description: "Years of Combined Expertise"},
value: "25+",
description: "Years of Combined Expertise",
},
{ {
id: "3", id: "3", value: "98%", description: "Client Satisfaction Rate"},
value: "98%",
description: "Client Satisfaction Rate",
},
{ {
id: "4", id: "4", value: "48-72 hrs", description: "Average Project Turnaround"},
value: "48-72 hrs",
description: "Average Project Turnaround",
},
]} ]}
/> />
</div> </div>
@@ -250,77 +201,17 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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> </div>
@@ -331,7 +222,7 @@ export default function HomePage() {
tagIcon={Phone} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Get Your Elevator Study in 24-48 Hours" 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={[ buttons={[
{ text: "Call Now", href: "tel:+1234567890" }, { text: "Call Now", href: "tel:+1234567890" },
{ text: "Request Consultation", href: "/contact" }, { text: "Request Consultation", href: "/contact" },