"use client" import Image from "next/image" import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { useState } from "react" export default function ContactPage() { const [isLoading, setIsLoading] = useState(false) const handleMonthlySponsorship = async () => { setIsLoading(true) try { console.log("[v0] Starting monthly sponsorship process") const response = await fetch("/api/create-checkout-session", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ priceId: "buck_a_month", sponsorTier: "Monthly Supporter", }), }) if (!response.ok) { const errorData = await response.json() throw new Error(errorData.error || "Failed to create checkout session") } const data = await response.json() // Open Stripe checkout in new tab to avoid ad blocker issues window.open(data.url, "_blank") } catch (error) { console.error("Error creating checkout session:", error) alert("There was an error processing your request. Please try again.") } finally { setIsLoading(false) } } return (
Ready to get in touch with Jerry? Reach out directly using his contact information below.
Jerry loves hearing from visitors and fellow music enthusiasts!
Jerry Higginson has been entertaining cruise ship passengers in Alert Bay for over 27 years. His passion for music and dedication to spreading joy has made him a beloved figure in the maritime community.
Jerry Higginson has been entertaining cruise ship passengers in Alert Bay for over 27 years. His passion for music and dedication to spreading joy has made him a beloved figure in the maritime community. Help support Jerry's mission to spread smiles at sea by making a donation. Your contribution helps Jerry continue his musical serenades for cruise ship passengers.
Alert Bay is located on Cormorant Island in British Columbia, Canada. The community is rich in Indigenous culture and maritime heritage. Come explore the wilderness of Vancouver Island!