aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-14 11:11:14 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-14 11:11:14 -0500
commitbb6041ba9f7da3a875054e2f9bf509791cda6ce3 (patch)
tree019a57c2b5c25c22ace533c4f7d356af96e24b77 /src/app
parent31f04e4a0220a0a3920c5ebff78768cf70b28723 (diff)
Remove ProductHunt banner
Diffstat (limited to 'src/app')
-rw-r--r--src/app/page.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3337ae..7c7e276 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,4 +1,3 @@
-import { Badge } from '@/components/ui/badge'
import { Button } from '@/components/ui/button'
import {
BarChartHorizontalBig,
@@ -18,21 +17,6 @@ export default function HomePage() {
<main>
<section className="py-16 md:py-24 lg:py-32">
<div className="container flex max-w-screen-md flex-col items-center gap-4 text-center">
- {new Date().toISOString().startsWith('2023-12-13') && (
- <div>
- <a
- href="https://www.producthunt.com/posts/spliit"
- target="_blank"
- >
- <Badge
- variant="secondary"
- className="font-semibold sm:text-base sm:px-4 sm:py-1"
- >
- πŸš€ We’re live on ProductHunt today! πŸš€
- </Badge>
- </a>
- </div>
- )}
<h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header">
Share <strong>Expenses</strong> <br /> with <strong>Friends</strong>{' '}
& <strong>Family</strong>