diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx
index a293278..2eca327 100644
--- a/src/app/kontakt/page.tsx
+++ b/src/app/kontakt/page.tsx
@@ -16,9 +16,7 @@ export default function ContactPage() {
];
const navButtons = {
- text: "Kom i gang",
- href: "#contact",
- };
+ text: "Kom i gang", href: "#contact"};
return (
@@ -67,35 +60,17 @@ export default function ContactPage() {
diff --git a/src/app/om-oss/page.tsx b/src/app/om-oss/page.tsx
index ad22d36..60cd833 100644
--- a/src/app/om-oss/page.tsx
+++ b/src/app/om-oss/page.tsx
@@ -32,9 +32,7 @@ export default function AboutPage() {
{ name: "FAQ", id: "faq" },
]}
button={{
- text: "Kom i gang",
- href: "#contact",
- }}
+ text: "Kom i gang", href: "#contact"}}
animateOnLoad={true}
/>
@@ -46,18 +44,15 @@ export default function AboutPage() {
description="Mentr er bygget for profesjonelle som sliter med uendelige møter og manuelle oppfølgingsoppgaver. Vi tror på at møter skal være produktive, ikke belastende. Vår AI-teknologi håndterer alt fra transkribering til oppgavedeling slik at du kan fokusere på det som virkelig betyr noe."
metrics={[
{
- value: "75%",
- title: "Mindre tidsbruk på møtefølging",
- },
+ value: "75%", title: "Mindre tidsbruk på møtefølging"},
{
- value: "1000+",
- title: "Aktive brukere i Norge",
- },
+ value: "1000+", title: "Aktive brukere i Norge"},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARMUj986il3lyc9NHbZIMr1wa7/a-modern-clean-software-dashboard-interf-1772817867447-95453990.png?_wi=3"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARMUj986il3lyc9NHbZIMr1wa7/a-modern-clean-software-dashboard-interf-1772817867447-95453990.png"
imageAlt="Mentr platform"
useInvertedBackground={false}
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
/>
@@ -72,20 +67,11 @@ export default function AboutPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- value: "500K+",
- description: "Timer spart av brukere våre i alt",
- },
+ id: "1", value: "500K+", description: "Timer spart av brukere våre i alt"},
{
- id: "2",
- value: "95%",
- description: "Bruker tilfredshetsrate",
- },
+ id: "2", value: "95%", description: "Bruker tilfredshetsrate"},
{
- id: "3",
- value: "30+",
- description: "Land hvor Mentr er brukt",
- },
+ id: "3", value: "30+", description: "Land hvor Mentr er brukt"},
]}
/>
@@ -96,17 +82,12 @@ export default function AboutPage() {
animationType="entrance-slide"
buttons={[
{
- text: "Ta kontakt",
- href: "#",
- },
+ text: "Ta kontakt", href: "#"},
{
- text: "Gå til hjem",
- href: "/",
- },
+ text: "Gå til hjem", href: "/"},
]}
background={{
- variant: "circleGradient",
- }}
+ variant: "plain"}}
useInvertedBackground={false}
/>
@@ -115,13 +96,9 @@ export default function AboutPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5cea697..10a8056 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,9 +23,7 @@ export default function HomePage() {
];
const navButtons = {
- text: "Kom i gang",
- href: "#contact",
- };
+ text: "Kom i gang", href: "#contact"};
return (
@@ -134,20 +109,11 @@ export default function HomePage() {
@@ -373,13 +238,9 @@ export default function HomePage() {
diff --git a/src/app/prising/page.tsx b/src/app/prising/page.tsx
index 1bbab50..0007ad9 100644
--- a/src/app/prising/page.tsx
+++ b/src/app/prising/page.tsx
@@ -18,9 +18,7 @@ export default function PricingPage() {
];
const navButtons = {
- text: "Kom i gang",
- href: "#contact",
- };
+ text: "Kom i gang", href: "#contact"};
return (
@@ -178,13 +126,9 @@ export default function PricingPage() {