Skip to content

Commit

Permalink
adds product tour post
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen committed Aug 20, 2024
1 parent 135949c commit 713e1ee
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions web/src/app/page.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
import { SparkleIcon } from '@/components/SparkleIcon'
import { YouTubeVideoButton } from '@/components/YouTubeVideoButton'

export { Layout as default } from '@/components/Layout'

---

[![](@/images/product-tour-video.png)](https://www.youtube.com/watch?v=CCF5vnF3Dmw)

## Lights, Camera, Extension! {{ date: '2024-08-19T00:00Z' }}

Hold onto your keyboards, folks! We've just dropped a product tour video that's so exciting, it might make your coffee jealous.

### <SparkleIcon /> What's the Big Deal?

- Created a mind-blowing product tour video. With ScarJo level AI voiceover!
- Showcased all the fancy features we've been bragging about. Now you can see the magic in action!
- Proved that developers can indeed create content that doesn't put people to sleep. Take that, boring tutorials!
- Added some slick transitions because we're all about that polish. It's so smooth, you might slip off your chair.

Is a product tour video necessary for a browser extension? Probably not. Did we make one anyway? You bet your commit history we did!

<div className="flex justify-center items-center">
<YouTubeVideoButton videoUrl="https://www.youtube.com/watch?v=CCF5vnF3Dmw" />
</div>

---

![](@/images/user-configurable-site-configs.png)

## Who Doesn't Love Options? {{ date: '2024-08-18T00:00Z' }}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function Intro() {
</div>

<div className="flex justify-center items-center">
<YouTubeVideoButton videoUrl="https://youtu.be/CCF5vnF3Dmw" />
<YouTubeVideoButton videoUrl="https://www.youtube.com/watch?v=CCF5vnF3Dmw" />
</div>
<p className="mt-4 text-sm/6 text-gray-300">
QuickCite is a chrome extension designed to enhance productivity by allowing users to quickly copy formatted information from various websites, including GitHub, LinkedIn,
Expand Down
2 changes: 2 additions & 0 deletions web/src/components/YouTubeVideoButton.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import React, { useState, useEffect } from 'react'
import { Button } from '@/components/Button'

Expand Down
Binary file added web/src/images/product-tour-video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 713e1ee

Please sign in to comment.