Merge version_1 into main #2
293
src/app/page.tsx
293
src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Tjänster",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Varför oss",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ALVIS RÖRSKUT"
|
||||
/>
|
||||
@@ -51,68 +42,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Industrial Precision Engineering"
|
||||
description="Stockholm's elite pipe cutting and repair service. Technical mastery for critical infrastructure, delivered 24/7."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg",
|
||||
alt: "industrial worker portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg",
|
||||
alt: "young professional engineer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg",
|
||||
alt: "experienced welder portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg",
|
||||
alt: "technical specialist portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137705.jpg",
|
||||
alt: "Portrait of plumber",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg", alt: "industrial worker portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg", alt: "young professional engineer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg", alt: "experienced welder portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg", alt: "technical specialist portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137705.jpg", alt: "Portrait of plumber" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Akut Hjälp",
|
||||
href: "tel:+4600000000",
|
||||
},
|
||||
{
|
||||
text: "Boka Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Akut Hjälp", href: "tel:+4600000000" },
|
||||
{ text: "Boka Service", href: "#contact" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Pressure Pipe Welding",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Repairs",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hydraulic System Maintenance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Technical Pipe Analysis",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Infrastructure Upgrades",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pipeline Installations",
|
||||
},
|
||||
{ type: "text", text: "High-Pressure Pipe Welding" },
|
||||
{ type: "text", text: "24/7 Emergency Repairs" },
|
||||
{ type: "text", text: "Hydraulic System Maintenance" },
|
||||
{ type: "text", text: "Technical Pipe Analysis" },
|
||||
{ type: "text", text: "Infrastructure Upgrades" },
|
||||
{ type: "text", text: "Pipeline Installations" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted Experts in Stockholm"
|
||||
description="With over two decades of industrial experience, Alvis Rörskut AB represents reliability. We don't settle for bargain solutions; we provide engineering-grade pipe cutting and maintenance that stands the test of time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg"
|
||||
imageAlt="Technical pipe blueprint drawing"
|
||||
/>
|
||||
</div>
|
||||
@@ -133,60 +83,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Pipeline Repair",
|
||||
descriptions: [
|
||||
"Expert cutting and welding services for high-pressure systems.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137712.jpg",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Hydraulic Maintenance",
|
||||
descriptions: [
|
||||
"Maintaining complex hydraulic networks with precision components.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Emergency Service",
|
||||
descriptions: [
|
||||
"24/7 rapid deployment for critical pipe failures across Stockholm.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Infrastructure Upgrade",
|
||||
descriptions: [
|
||||
"Modernizing older plumbing networks with robust engineering.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Custom Cutting",
|
||||
descriptions: [
|
||||
"High-tolerance cutting services for specific industrial requirements.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Technical Audit",
|
||||
descriptions: [
|
||||
"Detailed assessment of existing plumbing and pipeline systems.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg?_wi=2",
|
||||
imageAlt: "Portrait of plumber",
|
||||
},
|
||||
{ id: "s1", title: "Pipeline Repair", descriptions: ["Expert cutting and welding services for high-pressure systems."], imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber_23-2148137712.jpg", imageAlt: "Portrait of plumber" },
|
||||
{ id: "s2", title: "Hydraulic Maintenance", descriptions: ["Maintaining complex hydraulic networks with precision components."], imageSrc: "http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg", imageAlt: "Portrait of plumber" },
|
||||
{ id: "s3", title: "Emergency Service", descriptions: ["24/7 rapid deployment for critical pipe failures across Stockholm."], imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-engineer-manager-with-safety-uniform-checking-site-construction-with-steel-concrete-structure-background_609648-1602.jpg", imageAlt: "Portrait of plumber" },
|
||||
{ id: "s4", title: "Infrastructure Upgrade", descriptions: ["Modernizing older plumbing networks with robust engineering."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-welding-tool_23-2148813366.jpg", imageAlt: "Portrait of plumber" },
|
||||
{ id: "s5", title: "Custom Cutting", descriptions: ["High-tolerance cutting services for specific industrial requirements."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-hard-hat-headphones-hanging-closet_23-2148773503.jpg", imageAlt: "Portrait of plumber" },
|
||||
{ id: "s6", title: "Technical Audit", descriptions: ["Detailed assessment of existing plumbing and pipeline systems."], imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-424.jpg", imageAlt: "Portrait of plumber" },
|
||||
]}
|
||||
title="Expert Pipe Services"
|
||||
description="Precision service for industrial, commercial, and residential infrastructure."
|
||||
@@ -197,25 +99,11 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Precision Work",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Safety Rating",
|
||||
value: "99.9%",
|
||||
},
|
||||
{ id: "m1", icon: CheckCircle, title: "Precision Work", value: "100%" },
|
||||
{ id: "m2", icon: Award, title: "Years Experience", value: "20+" },
|
||||
{ id: "m3", icon: Shield, title: "Safety Rating", value: "99.9%" },
|
||||
]}
|
||||
title="Why Choose Alvis?"
|
||||
description="Numbered reasons why industry leaders choose our precision tradespeople."
|
||||
@@ -226,15 +114,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Stadens Entreprenad",
|
||||
"Nordic Pipe Tech",
|
||||
"Stockholm Bygg AB",
|
||||
"Hydra Solutions",
|
||||
"PipeCore Systems",
|
||||
"Elite Welds",
|
||||
"Engineering Nordic",
|
||||
]}
|
||||
names={["Stadens Entreprenad", "Nordic Pipe Tech", "Stockholm Bygg AB", "Hydra Solutions", "PipeCore Systems", "Elite Welds", "Engineering Nordic"]}
|
||||
title="Our Partners"
|
||||
description="Trusting Swedish industry leaders work with our precision services every single day."
|
||||
/>
|
||||
@@ -246,60 +126,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Lars Eriksson",
|
||||
role: "Site Manager",
|
||||
company: "Stockholm Bygg AB",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ingrid Berg",
|
||||
role: "Operations Director",
|
||||
company: "Hydra Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Erik Lind",
|
||||
role: "Lead Engineer",
|
||||
company: "Nordic Pipe Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/career-occupation-people-working-staff_1262-2267.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sara Nilsson",
|
||||
role: "Procurement",
|
||||
company: "PipeCore Systems",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-city-view_23-2151972862.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Olof Hansson",
|
||||
role: "Technical Lead",
|
||||
company: "Elite Welds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-factory-filming-informational-video-about-energy-production_482257-119786.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Lars Eriksson", role: "Site Manager", company: "Stockholm Bygg AB", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg" },
|
||||
{ id: "t2", name: "Ingrid Berg", role: "Operations Director", company: "Hydra Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg" },
|
||||
{ id: "t3", name: "Erik Lind", role: "Lead Engineer", company: "Nordic Pipe Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/career-occupation-people-working-staff_1262-2267.jpg" },
|
||||
{ id: "t4", name: "Sara Nilsson", role: "Procurement", company: "PipeCore Systems", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-city-view_23-2151972862.jpg" },
|
||||
{ id: "t5", name: "Olof Hansson", role: "Technical Lead", company: "Elite Welds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-factory-filming-informational-video-about-energy-production_482257-119786.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1.2k+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Emergency Support",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
{ value: "1.2k+", label: "Projects Completed" },
|
||||
{ value: "24/7", label: "Emergency Support" },
|
||||
{ value: "98%", label: "Client Retention" },
|
||||
]}
|
||||
title="Elite Client Feedback"
|
||||
description="Don't take our word for it — hear from the experts who trust us with critical projects."
|
||||
@@ -311,21 +147,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer 24/7 emergency services?",
|
||||
content: "Yes, we deploy teams immediately for critical failures.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We cover the entire Greater Stockholm area and surrounding municipalities.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you certified?",
|
||||
content: "All our technicians hold industry-standard certifications for high-pressure systems.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer 24/7 emergency services?", content: "Yes, we deploy teams immediately for critical failures." },
|
||||
{ id: "f2", title: "What areas do you serve?", content: "We cover the entire Greater Stockholm area and surrounding municipalities." },
|
||||
{ id: "f3", title: "Are you certified?", content: "All our technicians hold industry-standard certifications for high-pressure systems." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
title="Questions & Answers"
|
||||
@@ -336,48 +160,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="GET IN TOUCH"
|
||||
title="Emergency Assistance 24/7"
|
||||
description="Serious precision for critical situations. Contact Alvis Rörskut Service AB now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+4600000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:+4600000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Emergency 24/7",
|
||||
href: "tel:+4600000000",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Emergency 24/7", href: "tel:+4600000000" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="ALVIS"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user