--- interface Props { phone?: string; lineUrl?: string; } const { phone = "0905551415", lineUrl = "https://line.me/ti/p/~JPPSELECTION" } = Astro.props; // Format phone for display and tel link const phoneFormatted = phone.replace(/-/g, ""); ---
โทรเลย แชทเลย