diff --git a/apps/web/src/app/(home)/about/page.tsx b/apps/web/src/app/(home)/about/page.tsx new file mode 100644 index 0000000..24a47e4 --- /dev/null +++ b/apps/web/src/app/(home)/about/page.tsx @@ -0,0 +1,127 @@ +import { ArrowLeft } from 'lucide-react' +import Image from 'next/image' +import Link from 'next/link' +import { twMerge } from 'tailwind-merge' + +import nivoIcon from '@/assets/nivo-icon.svg' +import developersScreenshot from '@/assets/screenshots/nivo-developers-screenshot.png' +import newUploadScreenshot from '@/assets/screenshots/nivo-new-upload-screenshot.png' +import videoScreenshot from '@/assets/screenshots/nivo-video-screenshot.png' +import webhooksScreenshot from '@/assets/screenshots/nivo-webhooks-screenshot.png' +import { Button } from '@/components/ui/button' + +export default function About() { + return ( +
+ Nivo offers secure video hosting, fast video distribution, + transparent and fair pricing, seamless developer experience, and + AI content automation. +
+ ++ Start by uploading your video files with automatic AI title + generation, audio conversion and video transcription. +
++ Inspect your new uploads and generate AI description with a + click of a button. +
++ Integrate Nivo with your platform by using our API or listening + to webhook events. +
++ Check webhook logs to keep track of any communication between + nivo and your platform. +
++
Nivo offers a{' '} comprehensive video solution tailored for online content @@ -47,6 +48,9 @@ export default function Homepage() {