Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Segmarin Makine"
|
||||
/>
|
||||
@@ -56,65 +48,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Precision Machinery for a Sustainable Future"
|
||||
description="Segmarin Makine delivers high-performance industrial solutions designed for precision, efficiency, and long-term durability in the modern manufacturing landscape."
|
||||
description="Reduce downtime and boost assembly precision with our advanced industrial machinery."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Machinery",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Our Machinery", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/structure-indoor-automobile-basement-large_1127-2362.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397552.jpg",
|
||||
alt: "Hallway of a building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397552.jpg", alt: "Hallway of a building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg",
|
||||
alt: "Long shot people running together",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-shot-people-running-together_23-2149033524.jpg", alt: "Long shot people running together"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-construction-concept_23-2150772876.jpg",
|
||||
alt: "Working in construction concept",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/working-construction-concept_23-2150772876.jpg", alt: "Working in construction concept"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/metallic-ovens-inside-big-factory-with-heavy-equipments_114579-2820.jpg",
|
||||
alt: "Metallic ovens inside a big factory",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/metallic-ovens-inside-big-factory-with-heavy-equipments_114579-2820.jpg", alt: "Metallic ovens inside a big factory"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg",
|
||||
alt: "Industrial team member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg", alt: "Industrial team member"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ISO 9001 Certified",
|
||||
},
|
||||
type: "text", text: "ISO 9001 Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Manufacturing",
|
||||
},
|
||||
type: "text", text: "Sustainable Manufacturing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
type: "text", text: "Precision Engineering"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Service",
|
||||
},
|
||||
type: "text", text: "Global Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Automation",
|
||||
},
|
||||
type: "text", text: "Advanced Automation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,17 +94,11 @@ export default function LandingPage() {
|
||||
description="At Segmarin Makine, we fuse decades of technical expertise with state-of-the-art automation to empower manufacturers globally."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Design",
|
||||
description: "Every machine is crafted for micron-level accuracy.",
|
||||
},
|
||||
title: "Precision Design", description: "Every machine is crafted for micron-level accuracy."},
|
||||
{
|
||||
title: "High Reliability",
|
||||
description: "Built to withstand 24/7 industrial production cycles.",
|
||||
},
|
||||
title: "High Reliability", description: "Built to withstand 24/7 industrial production cycles."},
|
||||
{
|
||||
title: "Smart Automation",
|
||||
description: "Integrated software for predictive maintenance.",
|
||||
},
|
||||
title: "Smart Automation", description: "Integrated software for predictive maintenance."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-scene-depicting-variety-people-multitasking_23-2151294567.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -152,19 +113,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Energy Efficient",
|
||||
description: "Low power consumption designs that save costs.",
|
||||
},
|
||||
title: "Energy Efficient", description: "Low power consumption designs that save costs."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Safety First",
|
||||
description: "Full compliance with international industrial safety standards.",
|
||||
},
|
||||
title: "Safety First", description: "Full compliance with international industrial safety standards."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Quality Assured",
|
||||
description: "Rigorous testing protocols for every individual component.",
|
||||
},
|
||||
title: "Quality Assured", description: "Rigorous testing protocols for every individual component."},
|
||||
]}
|
||||
title="Why Choose Segmarin?"
|
||||
description="We don't just build machines; we engineer competitive advantages for your factory line."
|
||||
@@ -179,41 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Precision Milling Unit",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-craftsman-working-his-workspace-man-wearing-apron-using-special-machine-man-wearing-eyeglasses_1157-51611.jpg",
|
||||
},
|
||||
id: "p1", name: "Precision Milling Unit", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/mature-craftsman-working-his-workspace-man-wearing-apron-using-special-machine-man-wearing-eyeglasses_1157-51611.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Automated Robotic Arm",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408315.jpg",
|
||||
},
|
||||
id: "p2", name: "Automated Robotic Arm", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408315.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Precision Metal Cutter",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-working-with-circular-grinder-metal-with-sparks_158595-8125.jpg",
|
||||
},
|
||||
id: "p3", name: "Precision Metal Cutter", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/worker-working-with-circular-grinder-metal-with-sparks_158595-8125.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Heavy Duty Press",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg",
|
||||
},
|
||||
id: "p4", name: "Heavy Duty Press", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/robotic-arms-assembling-products-production-line_23-2152005500.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Line Assembler",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-engineer-using-artificial-intelligence-discover-new-pv-materials_482257-136072.jpg",
|
||||
},
|
||||
id: "p5", name: "Line Assembler", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-engineer-using-artificial-intelligence-discover-new-pv-materials_482257-136072.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Control Center Pro",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg",
|
||||
},
|
||||
id: "p6", name: "Control Center Pro", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg"},
|
||||
]}
|
||||
title="Machinery Catalog"
|
||||
description="High-capacity production tools engineered for your specific scaling requirements."
|
||||
@@ -227,23 +158,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: BarChart2,
|
||||
title: "Annual Throughput",
|
||||
value: "1.2M+ Units",
|
||||
},
|
||||
id: "m1", icon: BarChart2,
|
||||
title: "Annual Throughput", value: "1.2M+ Units"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Timer,
|
||||
title: "Uptime Rate",
|
||||
value: "99.8%",
|
||||
},
|
||||
id: "m2", icon: Timer,
|
||||
title: "Uptime Rate", value: "99.8%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Globe,
|
||||
title: "Global Partners",
|
||||
value: "45+",
|
||||
},
|
||||
id: "m3", icon: Globe,
|
||||
title: "Global Partners", value: "45+"},
|
||||
]}
|
||||
title="Industrial Impact"
|
||||
description="Delivering measurable growth through superior engineering excellence."
|
||||
@@ -256,60 +178,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmet Yılmaz",
|
||||
date: "2023-10-12",
|
||||
title: "Production Manager",
|
||||
quote: "Segmarin machines increased our daily capacity by 40%.",
|
||||
tag: "Industrial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-owner-her-nursery-standing-holding-hands-two-pots-with-red-white-flowers-greenhouse_158595-7118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/structure-indoor-automobile-basement-large_1127-2362.jpg?_wi=2",
|
||||
imageAlt: "plant manager portrait",
|
||||
},
|
||||
id: "t1", name: "Ahmet Yılmaz", date: "2023-10-12", title: "Production Manager", quote: "Segmarin machines increased our daily capacity by 40%.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-owner-her-nursery-standing-holding-hands-two-pots-with-red-white-flowers-greenhouse_158595-7118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/structure-indoor-automobile-basement-large_1127-2362.jpg?_wi=2", imageAlt: "plant manager portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mehmet Demir",
|
||||
date: "2023-11-05",
|
||||
title: "Chief Engineer",
|
||||
quote: "Unmatched precision and excellent technical support team.",
|
||||
tag: "Engineering",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-factory-worker-standing-factory-production-hall_342744-210.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-scene-depicting-variety-people-multitasking_23-2151294567.jpg?_wi=2",
|
||||
imageAlt: "plant manager portrait",
|
||||
},
|
||||
id: "t2", name: "Mehmet Demir", date: "2023-11-05", title: "Chief Engineer", quote: "Unmatched precision and excellent technical support team.", tag: "Engineering", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-factory-worker-standing-factory-production-hall_342744-210.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-scene-depicting-variety-people-multitasking_23-2151294567.jpg?_wi=2", imageAlt: "plant manager portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ayşe Kaya",
|
||||
date: "2023-12-01",
|
||||
title: "Plant Director",
|
||||
quote: "Reliability is key for us and they deliver every time.",
|
||||
tag: "Management",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pc-monitoring-photovoltaics-factory-engineering-workspace_482257-120474.jpg",
|
||||
imageAlt: "plant manager portrait",
|
||||
},
|
||||
id: "t3", name: "Ayşe Kaya", date: "2023-12-01", title: "Plant Director", quote: "Reliability is key for us and they deliver every time.", tag: "Management", avatarSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pc-monitoring-photovoltaics-factory-engineering-workspace_482257-120474.jpg", imageAlt: "plant manager portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Can Polat",
|
||||
date: "2024-01-15",
|
||||
title: "Owner",
|
||||
quote: "The automation software is incredibly intuitive to use.",
|
||||
tag: "Startup",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-technologist-white-protective-uniform-controlling-industrial-machine-production-plant_342744-1163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-471.jpg",
|
||||
imageAlt: "plant manager portrait",
|
||||
},
|
||||
id: "t4", name: "Can Polat", date: "2024-01-15", title: "Owner", quote: "The automation software is incredibly intuitive to use.", tag: "Startup", avatarSrc: "http://img.b2bpic.net/free-photo/young-technologist-white-protective-uniform-controlling-industrial-machine-production-plant_342744-1163.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-471.jpg", imageAlt: "plant manager portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Zeynep Çelik",
|
||||
date: "2024-02-20",
|
||||
title: "Operations Lead",
|
||||
quote: "World class engineering right here in the region.",
|
||||
tag: "Operations",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/supervisor-overseeing-work-done-by-engineers-industry-4-0-solar-panels-plant-reduce-downtime_482257-135635.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2324.jpg",
|
||||
imageAlt: "plant manager portrait",
|
||||
},
|
||||
id: "t5", name: "Zeynep Çelik", date: "2024-02-20", title: "Operations Lead", quote: "World class engineering right here in the region.", tag: "Operations", avatarSrc: "http://img.b2bpic.net/free-photo/supervisor-overseeing-work-done-by-engineers-industry-4-0-solar-panels-plant-reduce-downtime_482257-135635.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smart-robotic-farmers-concept-robot-farmers-agriculture-technology-farm-automation_35913-2324.jpg", imageAlt: "plant manager portrait"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Hear from the leaders in manufacturing who trust Segmarin Makine."
|
||||
@@ -321,20 +198,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is the warranty period?",
|
||||
content: "We offer a standard 2-year warranty on all industrial machinery.",
|
||||
},
|
||||
id: "f1", title: "What is the warranty period?", content: "We offer a standard 2-year warranty on all industrial machinery."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide installation?",
|
||||
content: "Yes, our team handles end-to-end installation and training.",
|
||||
},
|
||||
id: "f2", title: "Do you provide installation?", content: "Yes, our team handles end-to-end installation and training."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you customize machines?",
|
||||
content: "Yes, we specialize in bespoke machinery solutions for unique needs.",
|
||||
},
|
||||
id: "f3", title: "Can you customize machines?", content: "Yes, we specialize in bespoke machinery solutions for unique needs."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -345,16 +213,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Transform Your Production?"
|
||||
description="Schedule a consultation with our engineering team today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -365,29 +230,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Support", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -397,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user