Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Capabilities",
|
||||
id: "#capabilities",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Capabilities", id: "#capabilities" },
|
||||
{ name: "Projects", id: "#projects" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="BISMONT"
|
||||
/>
|
||||
@@ -56,14 +44,9 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="BISMONT"
|
||||
description="Production · Assembly · Construction · Brokerage. Precision engineering meets architectural ambition. We deliver €10M-caliber results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Your Project", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg"
|
||||
imageAlt="Industrial assembly plant"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,12 +55,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="We Build What Others Only Imagine"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Track Record",
|
||||
href: "#capabilities",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Track Record", href: "#capabilities" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,67 +67,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Production",
|
||||
description: "High-capacity output for critical components.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-male-architect-s-hand-blueprint_23-2147839868.jpg",
|
||||
imageAlt: "Assembly",
|
||||
},
|
||||
title: "Precision Production", description: "High-capacity output for critical components.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-male-architect-s-hand-blueprint_23-2147839868.jpg", imageAlt: "Assembly"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "ISO Certification",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Premium Materials",
|
||||
},
|
||||
{ icon: CheckCircle, text: "ISO Certification" },
|
||||
{ icon: CheckCircle, text: "Premium Materials" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg?_wi=2",
|
||||
imageAlt: "steel beam structure minimalist",
|
||||
},
|
||||
{
|
||||
title: "Assembly & Logistics",
|
||||
description: "Seamless integration on complex industrial sites.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg",
|
||||
imageAlt: "Logistics",
|
||||
},
|
||||
title: "Assembly & Logistics", description: "Seamless integration on complex industrial sites.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-doing-experiments-robotics-laboratory-boy-vr-headset-controlling-robot_1268-23420.jpg", imageAlt: "Logistics"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Precision Scheduling",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safety First",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Precision Scheduling" },
|
||||
{ icon: CheckCircle, text: "Safety First" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17186.jpg",
|
||||
imageAlt: "steel beam structure minimalist",
|
||||
},
|
||||
{
|
||||
title: "Brokerage & Strategy",
|
||||
description: "Strategic industrial partnerships and supply chain management.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886813.jpg",
|
||||
imageAlt: "Brokerage",
|
||||
},
|
||||
title: "Brokerage & Strategy", description: "Strategic industrial partnerships and supply chain management.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886813.jpg", imageAlt: "Brokerage"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Market Analysis",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Global Sourcing",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Market Analysis" },
|
||||
{ icon: CheckCircle, text: "Global Sourcing" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg?_wi=1",
|
||||
imageAlt: "steel beam structure minimalist",
|
||||
},
|
||||
]}
|
||||
title="Engineering Precision"
|
||||
@@ -164,28 +106,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "€10M+",
|
||||
title: "Project Capacity",
|
||||
items: [
|
||||
"Per project delivery",
|
||||
],
|
||||
id: "m1", value: "€10M+", title: "Project Capacity", items: ["Per project delivery"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
items: [
|
||||
"Proven track record",
|
||||
],
|
||||
id: "m2", value: "100+", title: "Projects Completed", items: ["Proven track record"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Operational Support",
|
||||
items: [
|
||||
"Client dedication",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Operational Support", items: ["Client dedication"],
|
||||
},
|
||||
]}
|
||||
title="Proven Operational Capacity"
|
||||
@@ -199,45 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent Partner",
|
||||
quote: "BISMONT provided unparalleled precision on our latest industrial build.",
|
||||
name: "Sarah J.",
|
||||
role: "Project Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Excellent Partner", quote: "BISMONT provided unparalleled precision on our latest industrial build.", name: "Sarah J.", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5113.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Strategic Success",
|
||||
quote: "The brokerage expertise from BISMONT is genuinely game-changing for our supply chain.",
|
||||
name: "Mark R.",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-entrepreneur-holds-clipboard_482257-121175.jpg",
|
||||
},
|
||||
id: "t2", title: "Strategic Success", quote: "The brokerage expertise from BISMONT is genuinely game-changing for our supply chain.", name: "Mark R.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-entrepreneur-holds-clipboard_482257-121175.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Reliable Delivery",
|
||||
quote: "High capacity and precision, exactly what we needed for the project.",
|
||||
name: "Elena V.",
|
||||
role: "Operations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-holding-mobile-phone_23-2147899738.jpg",
|
||||
},
|
||||
id: "t3", title: "Reliable Delivery", quote: "High capacity and precision, exactly what we needed for the project.", name: "Elena V.", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-holding-mobile-phone_23-2147899738.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Professionalism",
|
||||
quote: "Their team handles complex assembly requirements with remarkable ease and skill.",
|
||||
name: "David K.",
|
||||
role: "Site Coordinator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23576.jpg",
|
||||
},
|
||||
id: "t4", title: "Professionalism", quote: "Their team handles complex assembly requirements with remarkable ease and skill.", name: "David K.", role: "Site Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23576.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Architectural Scope",
|
||||
quote: "BISMONT turns vision into structural reality. Fantastic results every time.",
|
||||
name: "Marcus L.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mature-businessman-standing-front-building-outdoors_23-2147955286.jpg",
|
||||
},
|
||||
id: "t5", title: "Architectural Scope", quote: "BISMONT turns vision into structural reality. Fantastic results every time.", name: "Marcus L.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mature-businessman-standing-front-building-outdoors_23-2147955286.jpg"},
|
||||
]}
|
||||
title="Client Validation"
|
||||
description="Voices of the industry professionals we partner with."
|
||||
@@ -249,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What industries does BISMONT serve?",
|
||||
content: "We specialize in construction, manufacturing, and industrial assembly services.",
|
||||
},
|
||||
id: "q1", title: "What industries does BISMONT serve?", content: "We specialize in construction, manufacturing, and industrial assembly services."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the project capacity?",
|
||||
content: "We are equipped to handle projects with budgets exceeding €10M.",
|
||||
},
|
||||
id: "q2", title: "What is the project capacity?", content: "We are equipped to handle projects with budgets exceeding €10M."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide brokerage?",
|
||||
content: "Yes, we offer strategic brokerage and supply chain management for industrial sectors.",
|
||||
},
|
||||
id: "q3", title: "Do you provide brokerage?", content: "Yes, we offer strategic brokerage and supply chain management for industrial sectors."},
|
||||
]}
|
||||
sideTitle="Expertise Insights"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -272,9 +160,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get In Touch"
|
||||
title="Start Your Project"
|
||||
description="Ready to discuss your next industrial architectural ambition? Let's build."
|
||||
@@ -289,46 +175,22 @@ export default function LandingPage() {
|
||||
logoText="BISMONT"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Capabilities",
|
||||
href: "#capabilities",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Capabilities", href: "#capabilities" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Construction",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Assembly",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Brokerage",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Construction", href: "#" },
|
||||
{ label: "Assembly", href: "#" },
|
||||
{ label: "Brokerage", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -337,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user