Back

Version 270

5/18/2024
/** @jsxImportSource https://esm.sh/hono@latest/jsx */
import RootLayout from "https://esm.town/v/iamseeley/RootLayout";

type LandingPageProps = {
title: string;
description: string;
};

export default function LandingPage({ title, description }) {
const nowPages = [
{
id: 1,
name: "John Doe",
bio: "Software Engineer | Reading: Clean Code",
location: "San Francisco, CA",
currentlyListening: "5gIyj56oo81reKzOLvXjWH?utm_source=generator",
currentlyReading: {
title: "Clean Code",
author: "Robert C. Martin",
coverImage: "https://m.media-amazon.com/images/I/51E2055ZGUL._AC_UF1000,1000_QL80_.jpg",
},
currentlyWatching: {
title: "Stranger Things",
platform: "Netflix",
posterImage: "https://example.com/stranger-things-poster.jpg",
},
avatar: "https://i.redd.it/ajsifk35nr2b1.jpg",
style: "bg-blue-100 text-blue-800",
profession: "software-engineer",
company: "Vandelay Industries",
},
{
id: 2,
name: "Jane Smith",
bio: "Graphic Designer | Learning: UI/UX Design",
location: "New York, NY",
Updated: May 18, 2024