feat: JTR branding + Pink Pulse community partner integration

This commit is contained in:
Ryan Salazar
2026-06-26 21:12:17 -04:00
parent efbd54443d
commit 448035ad60
15 changed files with 488 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ import type { Profile, CruisingSpot, MapFilters, Position } from "@/types";
import { KINK_OPTIONS, POSITION_COLORS } from "@/types";
import { MOCK_PROFILES, MOCK_SPOTS } from "@/lib/mock-data";
import { useOpenIdVerification } from "@/components/Providers";
import { PinkPulsePartner } from "@/components/PinkPulsePartner";
import "leaflet/dist/leaflet.css";
import "leaflet.markercluster/dist/MarkerCluster.css";
@@ -279,9 +280,15 @@ export function CruisingMap({ vanillaMode, onActiveCountChange }: MapProps) {
vanillaMode={vanillaMode}
/>
))}
<PinkPulsePartner variant="card" className="mt-2" />
</div>
)}
{/* Mobile — community partner strip above bottom nav */}
<div className="md:hidden absolute bottom-0 left-0 right-0 z-[999] pb-16">
<PinkPulsePartner variant="strip" />
</div>
{/* Map */}
{leafletReady && iconFactory && (
<MapContainer