import { SimpleGrid } from '@chakra-ui/react'; import { Rocket, Shield } from 'lucide-react'; import React from 'react'; import DemoCard from './DemoCard'; function DemoComponent() { return ( } title="toak" description="A tool for turning git repositories into markdown, without their secrets" imageUrl="/code-tokenizer-md.jpg" badge="npm" onClick={() => { window.open('https://github.com/seemueller-io/toak'); }} /> } title="REHOBOAM" description="Explore the latest in AI news around the world in real-time" imageUrl="/rehoboam.png" badge="APP" onClick={() => { window.open('https://rehoboam.seemueller.io'); }} /> ); } export default DemoComponent;