fase 0 migration metadata
This commit is contained in:
+8
-12
@@ -6,11 +6,11 @@ import { TripCard } from "@/features/trip/components/trip-card";
|
||||
import { siteConfig, siteUrl, absoluteUrl } from "@/lib/site";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cari Teman Pendakian — Pergi Bareng, Bukan Sendiri",
|
||||
title: "Cari Teman Trip & Aktivitas — Pergi Bareng, Bukan Sendiri",
|
||||
description: `${siteConfig.slogan} ${siteConfig.description}`,
|
||||
alternates: { canonical: "/" },
|
||||
openGraph: {
|
||||
title: `${siteConfig.name} — Cari Teman Pendakian, Gabung Trip Bareng`,
|
||||
title: `${siteConfig.name} — Cari Teman Trip & Aktivitas, Gabung Bareng`,
|
||||
description: siteConfig.slogan,
|
||||
url: "/",
|
||||
},
|
||||
@@ -90,7 +90,7 @@ export default async function HomePage() {
|
||||
<div className="mb-4 inline-flex items-center gap-1.5 rounded-full border border-primary-400/30 bg-primary-600/20 px-3 py-1 sm:mb-6 sm:gap-2 sm:px-4 sm:py-1.5">
|
||||
<span className="text-xs sm:text-sm">🤝</span>
|
||||
<span className="text-xs font-medium text-primary-300 sm:text-sm">
|
||||
Cari teman pendakian
|
||||
Cari teman trip & aktivitas
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -100,12 +100,13 @@ export default async function HomePage() {
|
||||
</h1>
|
||||
|
||||
<p className="mx-auto mb-2 max-w-sm text-base font-medium text-neutral-300 sm:mb-3 sm:max-w-lg sm:text-lg">
|
||||
Lagi pengen hiking tapi gak punya teman?{" "}
|
||||
Lagi pengen jalan tapi gak punya teman?{" "}
|
||||
<span className="text-primary-400">SeTrip</span> tempatnya.
|
||||
</p>
|
||||
<p className="mx-auto mb-6 max-w-xs text-sm text-neutral-400 sm:mb-8 sm:max-w-md sm:text-base">
|
||||
Gabung open trip pendakian, ketemu orang baru, dari stranger jadi
|
||||
travel buddies. Grup kecil, organizer terverifikasi.
|
||||
Gabung open trip — hiking, camping, snorkeling, sampai city trip.
|
||||
Ketemu orang baru, dari stranger jadi travel buddies. Grup kecil,
|
||||
organizer terverifikasi.
|
||||
</p>
|
||||
|
||||
<Link
|
||||
@@ -124,11 +125,6 @@ export default async function HomePage() {
|
||||
<p className="text-[11px] text-neutral-400 sm:text-xs">Trip Tersedia</p>
|
||||
</div>
|
||||
<div className="h-8 w-px bg-neutral-700 sm:h-10" />
|
||||
<div>
|
||||
<p className="text-xl font-bold text-secondary-400 sm:text-2xl">8</p>
|
||||
<p className="text-[11px] text-neutral-400 sm:text-xs">Gunung Jabar</p>
|
||||
</div>
|
||||
<div className="h-8 w-px bg-neutral-700 sm:h-10" />
|
||||
<div>
|
||||
<p className="text-xl font-bold text-white sm:text-2xl">100%</p>
|
||||
<p className="text-[11px] text-neutral-400 sm:text-xs">Seru</p>
|
||||
@@ -214,7 +210,7 @@ export default async function HomePage() {
|
||||
Belum ada trip tersedia
|
||||
</p>
|
||||
<p className="mb-5 text-sm text-neutral-500 sm:mb-6">
|
||||
Jadilah yang pertama buat open trip pendakian!
|
||||
Jadilah yang pertama buat open trip di sini!
|
||||
</p>
|
||||
<Link
|
||||
href="/create-trip"
|
||||
|
||||
Reference in New Issue
Block a user