Skip to content

Commit

Permalink
Update landing page for grapevine
Browse files Browse the repository at this point in the history
  • Loading branch information
eightants committed Jun 21, 2024
1 parent ea08a9e commit 86040c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added apps/web/assets/grapevine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions apps/web/components/AppSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import ChromeRankImg from '@/assets/chromerank.png'
import RecapImg from '@/assets/videorecap.png'
import DemoedImg from '@/assets/idemoed.png'
import MoistImg from '@/assets/moist.png'
import GrapevineImg from '@/assets/grapevine.png'

const APPS: AppCardItem[] = [
{
Expand All @@ -27,6 +28,13 @@ const APPS: AppCardItem[] = [
description:
'Showcase hexagon "I Demoed" stickers from physical and virtual hackathons. ',
},
{
title: 'Grapevine',
image: GrapevineImg.src,
href: 'https://grapevine.viewodyssey.com',
description:
'AI browser extension for quick summaries and Q&A as you browser the web. ',
},
{
title: 'Moist Meter',
image: MoistImg.src,
Expand Down

0 comments on commit 86040c9

Please sign in to comment.