Skip to content

Commit 5bd39a8

Browse files
remove followdiff element
1 parent beba11f commit 5bd39a8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/app/page.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import Link from "next/link";
55

66
export default function Home() {
77
return (
8-
<div className="mx-auto container p-2">
9-
<header className="text-3xl text-center mb-8">FollowDiff</header>
8+
<div className="mx-auto container p-10">
109
<main className="flex items-center justify-center flex-col gap-4">
11-
<h1 className="text-2xl">Curious Who Doesn&apos;t Follow You Back?</h1>
10+
<h1 className="text-4xl">Curious Who Doesn&apos;t Follow You Back?</h1>
1211
<h2 className="text-xl text-center">Safely see your non-followers using your official Instagram data. Your files are processed right here in your browser and are never uploaded anywhere.</h2>
1312
{/* Drop Zone */}
1413
<div className="border-2 px-1/2 py-40 flex flex-col gap-8 items-center justify-center w-1/2">
@@ -19,7 +18,7 @@ export default function Home() {
1918
<Link href="/tutorial" className="underline"> Don&apos;t have your files? Here&apos;s how to get them.</Link>
2019
</main>
2120
<footer className="fixed bottom-0 right-0 p-4">
22-
Open Source & Privacy-First
21+
Open Source & Privacy-First
2322
</footer>
2423
</div>
2524
);

0 commit comments

Comments
 (0)