Update src/app/sandbox/page.tsx
This commit is contained in:
@@ -55,17 +55,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Python Scripting",
|
||||
description: "Automating boring tasks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-working-computer_53876-96942.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-working-computer_53876-96942.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "React Experiments",
|
||||
description: "Building interactive UI widgets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-technology-background-network-communications-sound-waves_1048-13254.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-technology-background-network-communications-sound-waves_1048-13254.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "API Prototypes",
|
||||
description: "Testing data connections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="The Sandbox"
|
||||
@@ -85,14 +85,14 @@ export default function LandingPage() {
|
||||
title: "Neural Art",
|
||||
subtitle: "Generative",
|
||||
description: "Models creating art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background_1048-11982.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
tag: "Dev",
|
||||
title: "React Widgets",
|
||||
subtitle: "UI Tools",
|
||||
description: "Reusable UI modules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electricity-flowing-smooth-blue-abstract-wave-generated-by-ai_188544-15334.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electricity-flowing-smooth-blue-abstract-wave-generated-by-ai_188544-15334.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user