general category trip

This commit is contained in:
2026-05-07 18:47:45 +07:00
parent 12f13f2049
commit 49aa64c522
25 changed files with 904 additions and 386 deletions
+2 -2
View File
@@ -121,7 +121,7 @@ export default async function TripOgImage({
</div>
</div>
{/* Middle: title + mountain */}
{/* Middle: title + destination */}
<div style={{ display: "flex", flexDirection: "column", gap: 16 }}>
<div
style={{
@@ -146,7 +146,7 @@ export default async function TripOgImage({
>
<span>📍</span>
<span>
{trip.mountain} · {trip.location}
{trip.destination} · {trip.location}
</span>
</div>
</div>