From 761f4861b9b055cf5fa19d394585987db8ca3514 Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Mon, 9 Feb 2026 09:59:16 +0100 Subject: [PATCH] Fix Unsplash image URLs with proper parameters --- lib/recipes.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/recipes.ts b/lib/recipes.ts index 5ddb480..10ccf74 100644 --- a/lib/recipes.ts +++ b/lib/recipes.ts @@ -7,7 +7,7 @@ export const recipes = [ props: { title: "Crêpes Suzette", description: "The iconic flambéed orange crêpe dessert, a timeless French classic", - imageUrl: "https://images.unsplash.com/photo-1576284805570-ca5c04e3aa2c?w=800", + imageUrl: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=800&auto=format&fit=crop&q=60", }, children: [ "chef", @@ -108,7 +108,7 @@ export const recipes = [ props: { title: "Crêpes Bretonnes au Sarrasin", description: "Traditional Breton buckwheat crêpes with ham, egg, and Gruyère", - imageUrl: "https://images.unsplash.com/photo-1505253468034-514d2507d914?w=800", + imageUrl: "https://images.unsplash.com/photo-1509440159596-0249088772ff?w=800&auto=format&fit=crop&q=60", }, children: [ "chef", @@ -200,7 +200,7 @@ export const recipes = [ props: { title: "Crêpes with Salted Caramel", description: "Modern French crêpes with homemade salted butter caramel sauce", - imageUrl: "https://images.unsplash.com/photo-1519676867240-f03562e64548?w=800", + imageUrl: "https://images.unsplash.com/photo-1519676867240-f03562e64548?w=800&auto=format&fit=crop&q=60", }, children: [ "chef", @@ -303,7 +303,7 @@ export const recipes = [ props: { title: "Crêpes Parmentier", description: "Savory potato and bacon crêpes, rustic and comforting", - imageUrl: "https://images.unsplash.com/photo-1525184782196-8e2ded604bf7?w=800", + imageUrl: "https://images.unsplash.com/photo-1544025162-d76694265947?w=800&auto=format&fit=crop&q=60", }, children: [ "chef",