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.video +
+ +
+

+ What is nivo.video? +

+
+

+ Nivo offers secure video hosting, fast video distribution, + transparent and fair pricing, seamless developer experience, and + AI content automation. +

+ +

+ How does it works? +

+ +

+ Upload a video +

+

+ Start by uploading your video files with automatic AI title + generation, audio conversion and video transcription. +

+ Screenshot of new upload page on nivo.video + +

+ Inspect your new uploads and generate AI description with a + click of a button. +

+ Screenshot of new upload page on nivo.video + +

+ Integrate Nivo with your platform by using our API or listening + to webhook events. +

+ Screenshot of new upload page on nivo.video + +

+ Check webhook logs to keep track of any communication between + nivo and your platform. +

+ Screenshot of new upload page on nivo.video +
+
+ +
+
+ +
+
+
+
+
+ ) +} diff --git a/apps/web/src/app/(home)/page.tsx b/apps/web/src/app/(home)/page.tsx index 9ba23bd..65becab 100644 --- a/apps/web/src/app/(home)/page.tsx +++ b/apps/web/src/app/(home)/page.tsx @@ -1,6 +1,7 @@ import { ArrowRight } from 'lucide-react' import { Merriweather } from 'next/font/google' import Image from 'next/image' +import Link from 'next/link' import { twMerge } from 'tailwind-merge' import nivoIcon from '@/assets/nivo-icon.svg' @@ -15,7 +16,7 @@ const merriWeather = Merriweather({ export default function Homepage() { return ( -
+
Redefining video content -

+

Nivo offers a{' '} comprehensive video solution tailored for online content @@ -47,6 +48,9 @@ export default function Homepage() {

+