Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 11:21:09 +00:00
parent fa8771c784
commit 5683a751c3

View File

@@ -35,9 +35,7 @@ export default function ServicesPage() {
brandName="Bolaget"
navItems={navItems}
button={{
text: "Kontakta Oss",
href: "/contact",
}}
text: "Kontakta Oss", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -54,33 +52,17 @@ export default function ServicesPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Fastighetsförvaltning",
tags: ["Daglig Drift", "Underhåll"],
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg?_wi=3",
imageAlt: "Fastighetsförvaltning",
},
id: "1", title: "Fastighetsförvaltning", tags: ["Daglig Drift", "Underhåll"],
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg", imageAlt: "Fastighetsförvaltning"},
{
id: "2",
title: "Fastighetsutveckling",
tags: ["Projektet", "Planering"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg?_wi=3",
imageAlt: "Fastighetsutveckling",
},
id: "2", title: "Fastighetsutveckling", tags: ["Projektet", "Planering"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg", imageAlt: "Fastighetsutveckling"},
{
id: "3",
title: "Rådgivning & Organisering",
tags: ["Strategi", "Optimering"],
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg?_wi=4",
imageAlt: "Rådgivning",
},
id: "3", title: "Rådgivning & Organisering", tags: ["Strategi", "Optimering"],
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-businessman-looking-businesswoman-using-digital-tablet-outdoors_23-2147941524.jpg", imageAlt: "Rådgivning"},
{
id: "4",
title: "Värdepappersplaceringar",
tags: ["Investeringar", "Avkastning"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg?_wi=4",
imageAlt: "Värdepappersplaceringar",
},
id: "4", title: "Värdepappersplaceringar", tags: ["Investeringar", "Avkastning"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-feeling-uncertain-while-using-digital-tablet-meeting-with-their-insurance-agent-home_637285-3878.jpg", imageAlt: "Värdepappersplaceringar"},
]}
/>
</div>
@@ -96,34 +78,16 @@ export default function ServicesPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "25+",
title: "År Marknadserfarenhet",
items: [
"Svenska och internationala marknader",
"Över 500 MSEK i förvaltade tillgångar",
"Verifierad track record",
],
id: "1", value: "25+", title: "År Marknadserfarenhet", items: [
"Svenska och internationala marknader", "Över 500 MSEK i förvaltade tillgångar", "Verifierad track record"],
},
{
id: "2",
value: "150+",
title: "Framgångsrika Projekt",
items: [
"Genomförda utvecklingsprojekt",
"Uppsagd portföljförvaltning",
"Tillfredsställda investerare",
],
id: "2", value: "150+", title: "Framgångsrika Projekt", items: [
"Genomförda utvecklingsprojekt", "Uppsagd portföljförvaltning", "Tillfredsställda investerare"],
},
{
id: "3",
value: "8+",
title: "Industrier Serverade",
items: [
"Kommersiell fastighet",
"Bostadsutveckling",
"Industriell real estate",
],
id: "3", value: "8+", title: "Industrier Serverade", items: [
"Kommersiell fastighet", "Bostadsutveckling", "Industriell real estate"],
},
]}
/>
@@ -133,17 +97,13 @@ export default function ServicesPage() {
<ContactText
text="Redo att transformera din fastighetsinvestering? Låt oss diskutera dina mål och utveckla en vinnande strategi tillsammans."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{
text: "Boka Konsultation",
href: "/contact",
},
text: "Boka Konsultation", href: "/contact"},
{
text: "Skicka E-post",
href: "mailto:info@bolaget.se",
},
text: "Skicka E-post", href: "mailto:info@bolaget.se"},
]}
/>
</div>
@@ -152,13 +112,9 @@ export default function ServicesPage() {
<FooterLogoReveal
logoText="Bolaget"
leftLink={{
text: "Integritetspolicy",
href: "#",
}}
text: "Integritetspolicy", href: "#"}}
rightLink={{
text: "Användarvillkor",
href: "#",
}}
text: "Användarvillkor", href: "#"}}
/>
</div>
</ThemeProvider>