Skip to content

Commit

Permalink
Add how-to page
Browse files Browse the repository at this point in the history
  • Loading branch information
SuveenE committed Nov 5, 2024
1 parent dcc233e commit d25cb6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/how-to/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use client";

export default function HowTo() {
return (
<div className="flex bg-white text-black flex-col items-center justify-items-center min-h-screen p-12 pb-20 mx-auto">
<p className="text-xl font-bold">Create Your Photo Montage</p>
<p className="text-gray-600 mt-2">
Upload up to 50 images to create a video montage!
</p>
</div>
);
}

0 comments on commit d25cb6b

Please sign in to comment.