diff --git a/app/[locale]/products/page.tsx b/app/[locale]/products/page.tsx index f45f2a58..4ddbf094 100644 --- a/app/[locale]/products/page.tsx +++ b/app/[locale]/products/page.tsx @@ -1,5 +1,4 @@ import Reveal from '@/components/Reveal'; -import Scribble from '@/components/Scribble'; import { Badge, Button, Card, Container, Heading, Section } from '@/components/ui'; import { getTranslations, setRequestLocale } from 'next-intl/server'; import { Metadata } from 'next'; @@ -95,7 +94,7 @@ export default async function ProductsPage({ params }: ProductsPageProps) { return (
diff --git a/app/[locale]/team/page.tsx b/app/[locale]/team/page.tsx
index 69ae418d..d97773f6 100644
--- a/app/[locale]/team/page.tsx
+++ b/app/[locale]/team/page.tsx
@@ -122,12 +122,12 @@ export default async function TeamPage({ params }: TeamPageProps) {
+
{t('michael.quote')}
+
{t('klaus.quote')}
{children}
@@ -82,7 +82,7 @@ const jsxConverters: JSXConverters = {
return (
{children}
@@ -91,7 +91,7 @@ const jsxConverters: JSXConverters = {
return (
{children}
diff --git a/components/home/Experience.tsx b/components/home/Experience.tsx
index 58d17a69..4db9c584 100644
--- a/components/home/Experience.tsx
+++ b/components/home/Experience.tsx
@@ -15,6 +15,7 @@ export default function Experience({ data }: { data?: any }) {
fill
className="object-cover object-center scale-105 animate-slow-zoom"
sizes="100vw"
+ quality={100}
/>
diff --git a/components/home/Hero.tsx b/components/home/Hero.tsx
index a3408da5..d482328c 100644
--- a/components/home/Hero.tsx
+++ b/components/home/Hero.tsx
@@ -1,6 +1,5 @@
'use client';
-import Scribble from '@/components/Scribble';
import { Button, Container, Heading, Section } from '@/components/ui';
import { useTranslations, useLocale } from 'next-intl';
import dynamic from 'next/dynamic';
@@ -20,7 +19,7 @@ export default function Hero({ data }: { data?: any }) {
{data?.title ? (
- /g, '').replace(/<\/future>/g, '