diff --git a/app/components/BlogCard.tsx b/app/components/BlogCard.tsx index e33deb7..5f116ce 100644 --- a/app/components/BlogCard.tsx +++ b/app/components/BlogCard.tsx @@ -18,7 +18,7 @@ export default function BlogCard({ article, compact }: BlogCardProps) { )} >
diff --git a/app/components/BlogPreview.tsx b/app/components/BlogPreview.tsx
index 168bc5f..21cffa5 100644
--- a/app/components/BlogPreview.tsx
+++ b/app/components/BlogPreview.tsx
@@ -16,7 +16,7 @@ export default async function BlogPreview() {
+
{extractPlainText(block.code.rich_text)}
@@ -185,7 +185,7 @@ function BlockRenderer({ block }: { block: NotionBlock }) {
? extractPlainText(block.image.caption)
: ""
}
- className="rounded-lg"
+ className="max-w-full rounded-lg"
/>
{block.image.caption.length > 0 && (
diff --git a/app/components/Portfolio.tsx b/app/components/Portfolio.tsx
index 3405304..fbceead 100644
--- a/app/components/Portfolio.tsx
+++ b/app/components/Portfolio.tsx
@@ -19,7 +19,7 @@ export default function Portfolio() {
Nos dernières victoires
diff --git a/app/components/Stack.tsx b/app/components/Stack.tsx
index ad17a3e..0b81378 100644
--- a/app/components/Stack.tsx
+++ b/app/components/Stack.tsx
@@ -57,8 +57,8 @@ export default function Stack() {
De Rails à l'IA, on maîtrise la stack qu'il vous
faut.
-
-
+
+
Notre arsenal favori
@@ -120,7 +120,7 @@ export default function Stack() {
-
+
Intelligence Artificielle
diff --git a/app/components/Team.tsx b/app/components/Team.tsx
index 7229b4f..b551a8a 100644
--- a/app/components/Team.tsx
+++ b/app/components/Team.tsx
@@ -85,8 +85,8 @@ export default function Team() {
src={patioNicolas}
alt="Picture of Nicolas from above in a the patio with a laptop looking surprised"
placeholder="blur"
- className="border-8 border-white object-cover drop-shadow-lg"
- width={470}
+ className="w-full border-8 border-white object-cover drop-shadow-lg"
+ sizes="(max-width: 768px) 50vw, 470px"
/>
@@ -94,8 +94,8 @@ export default function Team() {
src={officeMehdiNicolas}
alt="Picture of Mehdi and Nicolas looking at code on a laptop screen in an office"
placeholder="blur"
- className="border-8 border-white object-cover"
- width={470}
+ className="w-full border-8 border-white object-cover"
+ sizes="(max-width: 768px) 50vw, 470px"
/>
@@ -103,8 +103,8 @@ export default function Team() {
src={patioAlexisLili}
alt="Picture of Alexis and Lili with a laptop smiling in the patio"
placeholder="blur"
- className="border-8 border-white object-cover"
- width={470}
+ className="w-full border-8 border-white object-cover"
+ sizes="(max-width: 768px) 50vw, 470px"
/>
diff --git a/app/components/Values.tsx b/app/components/Values.tsx
index 30aa3d2..24450fa 100644
--- a/app/components/Values.tsx
+++ b/app/components/Values.tsx
@@ -40,7 +40,7 @@ export default function Values() {
Nos plus-values
diff --git a/components/Disclosure.client.tsx b/components/Disclosure.client.tsx
index a62784a..a4da7b1 100644
--- a/components/Disclosure.client.tsx
+++ b/components/Disclosure.client.tsx
@@ -20,7 +20,7 @@ export default function CustomDisclosure({
{({ open }) => (
-
+
{title}