From d408c49e459db444045ede8379c0f2276430c28a Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 16 Jan 2026 04:50:29 +0100 Subject: [PATCH] feat: add real Unsplash images to playground templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace CSS gradient placeholders with actual photos: - Card Component: mountain landscape - Profile Card: woman portrait - Social Post: avatar + nature photo - Story Highlights: 5 different portrait photos - Comment Section: 2 avatar photos - Bio Section: woman portrait with gradient ring - Status Update: man portrait 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- src/config/playground-templates.js | 53 +++++++++++++++--------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/src/config/playground-templates.js b/src/config/playground-templates.js index f015eab..e3cc1b0 100644 --- a/src/config/playground-templates.js +++ b/src/config/playground-templates.js @@ -24,7 +24,7 @@ export const playgroundTemplates = [ .card-image { width: 100%; height: 180px; - background: linear-gradient(135deg, #667eea, #764ba2); + object-fit: cover; } .card-content { @@ -45,7 +45,7 @@ export const playgroundTemplates = [
-
+

Card Title

A simple card component with an image placeholder and text content.

@@ -136,7 +136,7 @@ export const playgroundTemplates = [ width: 80px; height: 80px; border-radius: 50%; - background: linear-gradient(135deg, #f093fb, #f5576c); + object-fit: cover; margin: 0 auto 1rem; } @@ -172,7 +172,7 @@ export const playgroundTemplates = [
-
+

Jane Doe

UI Designer

@@ -727,7 +727,7 @@ export const playgroundTemplates = [ width: 32px; height: 32px; border-radius: 50%; - background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); + object-fit: cover; } .username { @@ -738,7 +738,7 @@ export const playgroundTemplates = [ .post-image { width: 100%; height: 300px; - background: linear-gradient(135deg, #667eea, #764ba2); + object-fit: cover; } .post-actions { @@ -770,10 +770,10 @@ export const playgroundTemplates = [
-
+ creative_studio
-
+
♡ 💬 @@ -819,7 +819,7 @@ export const playgroundTemplates = [ width: 100%; height: 100%; border-radius: 50%; - background: #ddd; + object-fit: cover; border: 2px solid white; } @@ -835,23 +835,23 @@ export const playgroundTemplates = [
-
+
You
-
+
anna
-
+
mike
-
+
lisa
-
+
alex
` @@ -941,7 +941,7 @@ export const playgroundTemplates = [ width: 32px; height: 32px; border-radius: 50%; - background: linear-gradient(135deg, #667eea, #764ba2); + object-fit: cover; flex-shrink: 0; } @@ -992,7 +992,7 @@ export const playgroundTemplates = [
-
+
sarah_designs This is amazing! 🔥 @@ -1000,7 +1000,7 @@ export const playgroundTemplates = [
-
+
mike_photo Love the colors! What filter did you use? @@ -1189,16 +1189,15 @@ export const playgroundTemplates = [ height: 80px; border-radius: 50%; background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); - display: flex; - align-items: center; - justify-content: center; + padding: 3px; + flex-shrink: 0; } - .bio-avatar-inner { - width: 72px; - height: 72px; + .bio-avatar img { + width: 100%; + height: 100%; border-radius: 50%; - background: linear-gradient(135deg, #667eea, #764ba2); + object-fit: cover; } .bio-stats { @@ -1254,7 +1253,7 @@ export const playgroundTemplates = [
-
+
142
posts
8.5K
followers
@@ -1295,7 +1294,7 @@ export const playgroundTemplates = [ width: 40px; height: 40px; border-radius: 50%; - background: linear-gradient(135deg, #667eea, #764ba2); + object-fit: cover; } .status-field { @@ -1338,7 +1337,7 @@ export const playgroundTemplates = [
-
+
What's on your mind?